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