aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/cpp/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/cpp/Main.cpp')
-rw-r--r--src/main/cpp/Main.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/cpp/Main.cpp b/src/main/cpp/Main.cpp
new file mode 100644
index 0000000..9d46e8d
--- /dev/null
+++ b/src/main/cpp/Main.cpp
@@ -0,0 +1,10 @@
+#include "Subconscious.hpp"
+
+int main(int argc, char *argv[])
+{
+ Subconscious game;
+ // game.run();
+ game.demo();
+
+ return 0;
+}