X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;fp=src%2Fposition.h;h=2e6014dbe6ebb3170d8275c6da11083d4086c0db;hp=780d463cc6475060755843f88570f00221802079;hb=e1dd005583bd6c2aaf58468efc5de86a3936380a;hpb=a9a6915e0839d3f3f54659c86f15868a7db0e386 diff --git a/src/position.h b/src/position.h index 780d463c..2e6014db 100644 --- a/src/position.h +++ b/src/position.h @@ -144,6 +144,7 @@ public: // Static Exchange Evaluation bool see_ge(Move m, Value threshold = VALUE_ZERO) const; + bool see_ge(Move m, Bitboard& occupied, Value threshold = VALUE_ZERO) const; // Accessing hash keys Key key() const;