summaryrefslogtreecommitdiff
path: root/ai_mm2.h
diff options
context:
space:
mode:
Diffstat (limited to 'ai_mm2.h')
-rw-r--r--ai_mm2.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/ai_mm2.h b/ai_mm2.h
new file mode 100644
index 0000000..44662a8
--- /dev/null
+++ b/ai_mm2.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#include "board.h"
+
+using namespace std;
+
+
+namespace MM2 {
+ // bd will be unchanged upon return
+ int calcMove(Board &bd, uint8_t myclr);
+}