]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Correctly describe POPCNT compile
[stockfish] / src / position.h
index d950411f6fe63cfac676e83d9e748f11f4c925fd..72932f778e9c07af6bcb9ce89e2822a8b78ddc61 100644 (file)
@@ -83,7 +83,7 @@ public:
   // Text input/output
   void set(const std::string& fenStr, bool isChess960, Thread* th);
   const std::string fen() const;
-  const std::string pretty(Move m = MOVE_NONE) const;
+  const std::string pretty() const;
 
   // Position representation
   Bitboard pieces() const;
@@ -146,6 +146,7 @@ public:
 
   // Accessing hash keys
   Key key() const;
+  Key key_after(Move m) const;
   Key exclusion_key() const;
   Key pawn_key() const;
   Key material_key() const;