From bc20789325250b1ca6b5b06a8021a99d91a5dc20 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 28 Jul 2026 10:28:36 +0200 Subject: fixing memory bug --- src/bot.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bot.hpp') 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_ */ -- cgit v1.2.3