X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsearch.h;h=757aeb002ae110896c7f89d0b0afb019da1e523e;hb=ecb98a33301ee39b1470d045d33c6772fe2366d9;hp=1688534b59b0782ac0de81f59a63f49853e0a194;hpb=d15217b953af28669dd3e5b46303b3ca882f353e;p=stockfish diff --git a/src/search.h b/src/search.h index 1688534b..757aeb00 100644 --- a/src/search.h +++ b/src/search.h @@ -67,5 +67,7 @@ struct SearchLimits { extern void init_search(); extern int64_t perft(Position& pos, Depth depth); extern bool think(Position& pos, const SearchLimits& limits, Move searchMoves[]); +extern void do_uci_async_cmd(const std::string& cmd); +extern void do_timer_event(); #endif // !defined(SEARCH_H_INCLUDED)