diff options
| author | Adam <adammegarules1@gmail.com> | 2026-07-30 17:19:56 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-07-30 17:19:56 +0200 |
| commit | 0528ed43bb13edd89dfa8a38b9bfca6ba7fd83d6 (patch) | |
| tree | 4b7dbb7d2f2875a761629da5fe290f7680a46bea /src/bot.hpp | |
| parent | 8df9e390a71eeb2835eab06ec4b474c8cad63ecd (diff) | |
optimazing
Diffstat (limited to 'src/bot.hpp')
| -rw-r--r-- | src/bot.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<Move> GetSortedLegalMoves(Game *g); +std::vector<Move> GetSortedLegalMoves(Game *g, bool generateQuietMoves = true); #endif /* SRC_BOT_H_ */ |
