X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=211bc0a297605a370efcf8a0bf807885cf2761bc;hp=0bdabdac6507cf89859eb2d3aec83e4b2264cf09;hb=02cd96e4c2e8a3da79512df4ea803687f9193071;hpb=539051b1e0fb099c0d0da69d20d6a4c2b98a2cb6 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(); };