]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Clean up repetitive declarations for see_ge
[stockfish] / src / position.h
index d3483bcf890e95902d147e456f2cd688458214b9..bb45c44a3bf97e24f7507109acc9dce761b9cd48 100644 (file)
@@ -144,6 +144,7 @@ public:
   void undo_null_move();
 
   // 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