X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fposition.h;h=b7a33bfada00a2202236802c4093f03f8d923dde;hb=141caf1d5b642bab826e2e8a7ab043b8c4928250;hp=4e79a8fa33b878bfba50f02230f6b03aab79e087;hpb=e17fa64aec39c43708ed80eccb715e36da1cdd64;p=stockfish diff --git a/src/position.h b/src/position.h index 4e79a8fa..b7a33bfa 100644 --- a/src/position.h +++ b/src/position.h @@ -243,7 +243,6 @@ public: // Static exchange evaluation int see(Square from, Square to) const; int see(Move m) const; - int see(Square to) const; int see_sign(Move m) const; // Accessing hash keys @@ -348,6 +347,7 @@ private: static Key zobSideToMove; static Score PieceSquareTable[16][64]; static Key zobExclusion; + static const Value seeValues[8]; };