]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Reintroduce SEE verification against discovered attacks
[stockfish] / src / position.h
index 780d463cc6475060755843f88570f00221802079..2e6014dbe6ebb3170d8275c6da11083d4086c0db 100644 (file)
@@ -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;