X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;fp=src%2Fposition.h;h=bb45c44a3bf97e24f7507109acc9dce761b9cd48;hp=670b621ce7452b8b7491da4ce8ed065307eb95d7;hb=a9c26357deb01c764cd16ef4e61acb4f687cbd77;hpb=37160c4b1632245d46d86cec7bd22b76f5a87531 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;