]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Shortcut see_sign() when SEE is known negative
[stockfish] / src / position.h
index f2f517e219445a601f4d90690572cb1a40e1b288..a55d1770fe59d225f550e97b11e75aaabd1c7ced 100644 (file)
@@ -229,7 +229,7 @@ public:
   void undo_null_move();
 
   // Static exchange evaluation
-  int see(Square from, Square to) const;
+  int see(Square from, Square to, bool shortcut) const;
   int see(Move m) const;
   int see(Square to) const;
   int see_sign(Move m) const;