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