]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Reformat and rename hash_after_move()
[stockfish] / src / position.h
index 7565abb92cf90dbadebaf59cea290e3e05a7876b..72932f778e9c07af6bcb9ce89e2822a8b78ddc61 100644 (file)
@@ -139,7 +139,6 @@ public:
   void undo_move(Move m);
   void do_null_move(StateInfo& st);
   void undo_null_move();
-  Key hash_after_move(Move m) const;
 
   // Static exchange evaluation
   Value see(Move m) const;
@@ -147,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;