aboutsummaryrefslogtreecommitdiff
path: root/src/ai.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai.cpp')
-rw-r--r--src/ai.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ai.cpp b/src/ai.cpp
new file mode 100644
index 0000000..ca3ec57
--- /dev/null
+++ b/src/ai.cpp
@@ -0,0 +1,6 @@
+#include "ai.hpp"
+
+// AI::AI(Game *g)
+// {
+// game = g;
+// }