summaryrefslogtreecommitdiff
path: root/ai_mm2.h
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2019-02-17 12:57:39 +0100
committertomsmeding <tom.smeding@gmail.com>2019-02-17 12:58:11 +0100
commit49baaba539169b5309c3176d9b5cdea2609664d8 (patch)
tree8ab0518bce6e319a8f278502970499eb9b516f00 /ai_mm2.h
parent2c5ec9426c0f55cf67a12b589a974ff64de061e4 (diff)
Work on mm ai's
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);
+}