mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 10:06:26 +08:00
Sync variable names in decl vs def
This commit is contained in:
committed by
Marco Costalba
parent
c43146edb7
commit
f3cd7002aa
@@ -55,7 +55,7 @@ public:
|
||||
void idle_loop();
|
||||
void start_searching(bool resume = false);
|
||||
void wait_for_search_finished();
|
||||
void wait(std::atomic_bool& b);
|
||||
void wait(std::atomic_bool& condition);
|
||||
|
||||
Pawns::Table pawnsTable;
|
||||
Material::Table materialTable;
|
||||
|
||||
Reference in New Issue
Block a user