aboutsummaryrefslogtreecommitdiff
path: root/src/bot.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bot.hpp')
-rw-r--r--src/bot.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bot.hpp b/src/bot.hpp
index 242fdfe..74daefa 100644
--- a/src/bot.hpp
+++ b/src/bot.hpp
@@ -5,5 +5,6 @@
Move EngineGetBestMove(Game *b);
float EvaluateBoardForWhite(Game *b);
float minimax(int depth, Game *b, float alpha, float beta);
+void LogMove(const Move &move);
#endif /* SRC_BOT_H_ */