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

#include "board.h"

using namespace std;


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