X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.h;h=211bc0a297605a370efcf8a0bf807885cf2761bc;hb=7b05b83bf2f69b1fac0271acd28b2382253f2e37;hp=0bdabdac6507cf89859eb2d3aec83e4b2264cf09;hpb=539051b1e0fb099c0d0da69d20d6a4c2b98a2cb6;p=stockfish diff --git a/src/search.h b/src/search.h index 0bdabdac..211bc0a2 100644 --- a/src/search.h +++ b/src/search.h @@ -60,6 +60,9 @@ struct SearchStack { Move threatMove; Move killers[KILLER_MAX]; Depth reduction; + + void init(int ply); + void initKillers(); };