summaryrefslogtreecommitdiff
path: root/ai_mc.h
blob: d4221d99b4bbea453435bd4160021c51bee7283b (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "board.h"

using namespace std;


namespace MC {
	// bd will be unchanged upon return
	int calcMove(Board &bd, uint8_t myclr);
}