mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 18:17:02 +08:00
Implement init_search()
No functional change Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
committed by
Marco Costalba
parent
8261f61964
commit
7ae16a193b
@@ -68,6 +68,7 @@ struct SearchStack {
|
||||
//// Prototypes
|
||||
////
|
||||
|
||||
extern void init_search();
|
||||
extern void init_threads();
|
||||
extern void stop_threads();
|
||||
extern bool think(const Position &pos, bool infinite, bool ponder, int side_to_move,
|
||||
|
||||
Reference in New Issue
Block a user