mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
Introduce Search namespace
Move global search-related variables under "Search" namespace. As a side effect we can move uci_async_command() and wait_for_stop_or_ponderhit() away from search.cpp No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -53,7 +53,7 @@ int main(int argc, char* argv[]) {
|
||||
init_bitboards();
|
||||
Position::init();
|
||||
kpk_bitbase_init();
|
||||
init_search();
|
||||
Search::init();
|
||||
Threads.init();
|
||||
|
||||
#ifdef USE_CALLGRIND
|
||||
|
||||
Reference in New Issue
Block a user