aboutsummaryrefslogtreecommitdiff
path: root/voerbak/solvers.h
diff options
context:
space:
mode:
Diffstat (limited to 'voerbak/solvers.h')
-rw-r--r--voerbak/solvers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/voerbak/solvers.h b/voerbak/solvers.h
new file mode 100644
index 0000000..295edf8
--- /dev/null
+++ b/voerbak/solvers.h
@@ -0,0 +1,3 @@
+#include "board.h"
+
+int cpuMove(Board*, char*);