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
+8
View File
@@ -0,0 +1,8 @@
#ifndef _THOUGHT_CONTENT_SOURCE_H
#define _THOUGHT_CONTENT_SOURCE_H
class ThoughtContentSource
{
};
#endif