X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=7fe2749cea74fbe204aaab167be7be8f55288d24;hp=bd21023747f53d2e480003933566c86fbd844bf8;hb=d810441b359508577b736d7b6410190ba13078f5;hpb=0e1ad3ad33c65be8cfb2702b3df5500ef9d2f87f;ds=sidebyside diff --git a/src/search.h b/src/search.h index bd210237..7fe2749c 100644 --- a/src/search.h +++ b/src/search.h @@ -25,6 +25,7 @@ #include #include +#include "evaluate.h" #include "misc.h" #include "position.h" #include "types.h" @@ -47,6 +48,8 @@ struct Stack { Value staticEval; Value evalMargin; int skipNullMove; + int futilityMoveCount; + Eval::Info* ei; };