aboutsummaryrefslogtreecommitdiff
path: root/src/bot.hpp
blob: 821eb285b712ac838860d7843491f089b4ff99e3 (plain)
1
2
3
4
5
6
7
8
#ifndef SRC_BOT_H_
#define SRC_BOT_H_

#include "board/board.hpp"

Move GetBestMove(Game *b, int depth);

#endif /* SRC_EVALUATE_H_ */