diff options
Diffstat (limited to 'ai_mc.h')
-rw-r--r-- | ai_mc.h | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +#pragma once + +#include "board.h" + +using namespace std; + + +namespace MC { + // bd will be unchanged upon return + int calcMove(Board &bd, uint8_t myclr); +} |