From 19ae4e74aedbbfde9aaed9241f616decc3ec9059 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 19 Mar 2020 15:22:00 +0100 Subject: Interface for ai (tested with random AI) --- src/ai.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/ai.cpp (limited to 'src/ai.cpp') 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; +// } -- cgit