X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=4fe5a5b4f60bfd41a528781f5d0dff74137e607b;hp=6f2bcdb3ddb0431e3c9d2debd86f89f09824942e;hb=15e21911110f9d459c4fef2bb17903d97345d0b9;hpb=2f756394857332da79d92972088fccefa7260406 diff --git a/src/search.h b/src/search.h index 6f2bcdb3..4fe5a5b4 100644 --- a/src/search.h +++ b/src/search.h @@ -46,7 +46,6 @@ struct Stack { Depth reduction; Value staticEval; bool skipNullMove; - bool nullChild; }; @@ -106,8 +105,8 @@ extern Time::point SearchTime; extern StateStackPtr SetupStates; extern void init(); -extern uint64_t perft(Position& pos, Depth depth); extern void think(); +template uint64_t perft(Position& pos, Depth depth); } // namespace Search