]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Update SEE to return a Value
[stockfish] / src / position.h
index 5d3048ae5cfdf305c34ca78683de2ab6683d5b4b..03aa97d83a6cec9fccae25ddac607fbce14c6030 100644 (file)
@@ -141,8 +141,8 @@ public:
   void undo_null_move();
 
   // Static exchange evaluation
-  int see(Move m) const;
-  int see_sign(Move m) const;
+  Value see(Move m) const;
+  Value see_sign(Move m) const;
 
   // Accessing hash keys
   Key key() const;