X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=757aeb002ae110896c7f89d0b0afb019da1e523e;hp=1688534b59b0782ac0de81f59a63f49853e0a194;hb=d58176bfead421088bb3543b3cb6d1c359a3c91b;hpb=0095f423f2fdb2be7c4a5e1bcf39f18599af5e1e 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)