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

#include "board.h"

using namespace std;


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