From a550620aa894e218a738b62b9ecd042b03f7858f Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 31 Jul 2026 12:11:58 +0200 Subject: changes --- src/bot.hpp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/bot.hpp') diff --git a/src/bot.hpp b/src/bot.hpp index a8375e1..821eb28 100644 --- a/src/bot.hpp +++ b/src/bot.hpp @@ -2,12 +2,7 @@ #define SRC_BOT_H_ #include "board/board.hpp" -#include -Move EngineGetBestMove(Game *b, int depth); -int EvaluateBoardForWhite(Game *b); +Move GetBestMove(Game *b, int depth); -int minimax(int depth, Game *b, float alpha, float beta); -int ScoreMove(const Game *board, const Move &move); -std::vector GetSortedLegalMoves(Game *g, bool generateQuietMoves = true); -#endif /* SRC_BOT_H_ */ +#endif /* SRC_EVALUATE_H_ */ -- cgit v1.2.3