12 lines
146 B
C++
12 lines
146 B
C++
#ifndef _SUBCONSCIOUS_H
|
|
#define _SUBCONSCIOUS_H
|
|
|
|
#include <thoughtContentSource.h>
|
|
|
|
class Subconscious
|
|
: public ThoughtContentSource
|
|
{
|
|
};
|
|
|
|
#endif
|