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

#include "board.h"

using namespace std;


namespace UI {
	int getMove(const Board &bd);
}