diff options
Diffstat (limited to 'src/bot.hpp')
| -rw-r--r-- | src/bot.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bot.hpp b/src/bot.hpp index 0b92292..b95822f 100644 --- a/src/bot.hpp +++ b/src/bot.hpp @@ -5,6 +5,5 @@ Move EngineGetBestMove(Game *b); float EvaluateBoardForWhite(Game *b, int depth); float minimax(int depth, Game *b, float alpha, float beta); -void LogMove(const Move &move); - +int ScoreMove(const Game *board, const Move &move); #endif /* SRC_BOT_H_ */ |
