Files
salmanoff/core/include/subconscious.h
T
2024-09-05 18:20:33 +10:00

12 lines
146 B
C++

#ifndef _SUBCONSCIOUS_H
#define _SUBCONSCIOUS_H
#include <thoughtContentSource.h>
class Subconscious
: public ThoughtContentSource
{
};
#endif