Everything builds now

This commit is contained in:
2024-09-05 18:20:33 +10:00
parent 244b86cb72
commit 0ccb7e5542
5 changed files with 33 additions and 6 deletions
+3
View File
@@ -1,7 +1,10 @@
#ifndef _SUBCONSCIOUS_H
#define _SUBCONSCIOUS_H
#include <thoughtContentSource.h>
class Subconscious
: public ThoughtContentSource
{
};