]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Remove even more redundancy in endgame functions handling
[stockfish] / src / position.h
index 5fe1a8fdddae4dd6a85858d21dac2f4ada97b759..97166360ff390c101c828e455930fcbd9d59682a 100644 (file)
@@ -267,6 +267,7 @@ public:
   int see(Square from, Square to) const;
   int see(Move m) const;
   int see(Square to) const;
+  int see_sign(Move m) const;
 
   // Accessing hash keys
   Key get_key() const;