X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=801baacc7f1cccfb8ed0852cab3d250ea6ca4e83;hp=5e51c18e043398fe44e5cee7e3125a39114e1b9d;hb=36f8d3806bb1c6e498ac8fd1a746c1714d1485a3;hpb=0f3f5d85fb5c9f75199f27fbf7a725ff3e8bb4dc diff --git a/src/search.h b/src/search.h index 5e51c18e..801baacc 100644 --- a/src/search.h +++ b/src/search.h @@ -25,6 +25,8 @@ #include "movepick.h" #include "types.h" +namespace Stockfish { + class Position; namespace Search { @@ -47,10 +49,10 @@ struct Stack { Value staticEval; int statScore; int moveCount; - int distanceFromPv; bool inCheck; bool ttPv; bool ttHit; + int doubleExtensions; }; @@ -107,4 +109,6 @@ void clear(); } // namespace Search +} // namespace Stockfish + #endif // #ifndef SEARCH_H_INCLUDED