Files

12 lines
146 B
C++
Raw Permalink Normal View History

2024-09-04 14:08:50 +10:00
#ifndef _SUBCONSCIOUS_H
#define _SUBCONSCIOUS_H
2024-09-05 18:20:33 +10:00
#include <thoughtContentSource.h>
2024-09-04 14:08:50 +10:00
class Subconscious
2024-09-05 18:20:33 +10:00
: public ThoughtContentSource
2024-09-04 14:08:50 +10:00
{
};
#endif