]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Cleanup SearchStack initialization
[stockfish] / src / search.h
index 0bdabdac6507cf89859eb2d3aec83e4b2264cf09..211bc0a297605a370efcf8a0bf807885cf2761bc 100644 (file)
@@ -60,6 +60,9 @@ struct SearchStack {
   Move threatMove;
   Move killers[KILLER_MAX];
   Depth reduction;
+
+  void init(int ply);
+  void initKillers();
 };