X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fposition.h;h=bb45c44a3bf97e24f7507109acc9dce761b9cd48;hb=bc50378ff1915a8ad6ac3e4946193c65e4cacb56;hp=670b621ce7452b8b7491da4ce8ed065307eb95d7;hpb=24b37e4586ba610d331048446bd036bec5544c4f;p=stockfish diff --git a/src/position.h b/src/position.h index 670b621c..bb45c44a 100644 --- a/src/position.h +++ b/src/position.h @@ -145,6 +145,7 @@ public: // Static Exchange Evaluation bool see_ge(Move m, Bitboard& occupied, Value threshold = VALUE_ZERO) const; + bool see_ge(Move m, Value threshold = VALUE_ZERO) const; // Accessing hash keys Key key() const;