Small cleanups.

closes https://github.com/official-stockfish/Stockfish/pull/2532

Bench: 4869669
This commit is contained in:
Joost VandeVondele
2020-02-05 15:18:24 +01:00
parent ddd4224640
commit 0c878adb36
11 changed files with 22 additions and 27 deletions

View File

@@ -56,7 +56,7 @@ public:
void idle_loop();
void start_searching();
void wait_for_search_finished();
int best_move_count(Move move);
int best_move_count(Move move) const;
Pawns::Table pawnsTable;
Material::Table materialTable;