]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Add a see() function that take only destination square
[stockfish] / src / position.h
index 743acf33ae8beee115c744a4c2effcd7988a7f7f..20c56ad3819b5417c6ae482750334a1e0a475d60 100644 (file)
@@ -253,6 +253,7 @@ public:
   // Static exchange evaluation
   int see(Square from, Square to) const;
   int see(Move m) const;
+  int see(Square to) const;
 
   // Accessing hash keys
   Key get_key() const;