diff options
| author | Adam <adammegarules1@gmail.com> | 2026-07-28 10:28:36 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-07-28 10:28:36 +0200 |
| commit | bc20789325250b1ca6b5b06a8021a99d91a5dc20 (patch) | |
| tree | b0e1b129a3cb33728e58c8b4075493a029ece942 /src/bot.hpp | |
| parent | ca5e947269608757a1af5295f5c77958de341fc3 (diff) | |
fixing memory bug
Diffstat (limited to 'src/bot.hpp')
| -rw-r--r-- | src/bot.hpp | 1 |
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_ */ |
