Implemented basic conceptual structure

This commit is contained in:
2024-09-04 14:08:50 +10:00
parent 1211140f82
commit 581e6d6277
7 changed files with 100 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef _SUBCONSCIOUS_H
#define _SUBCONSCIOUS_H
class Subconscious
{
};
#endif