From 0528ed43bb13edd89dfa8a38b9bfca6ba7fd83d6 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 30 Jul 2026 17:19:56 +0200 Subject: optimazing --- src/bot.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bot.hpp') diff --git a/src/bot.hpp b/src/bot.hpp index 0796299..a8375e1 100644 --- a/src/bot.hpp +++ b/src/bot.hpp @@ -9,5 +9,5 @@ int EvaluateBoardForWhite(Game *b); int minimax(int depth, Game *b, float alpha, float beta); int ScoreMove(const Game *board, const Move &move); -std::vector GetSortedLegalMoves(Game *g); +std::vector GetSortedLegalMoves(Game *g, bool generateQuietMoves = true); #endif /* SRC_BOT_H_ */ -- cgit v1.2.3