X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=72932f778e9c07af6bcb9ce89e2822a8b78ddc61;hp=7565abb92cf90dbadebaf59cea290e3e05a7876b;hb=74829342efcb93a6f581f69e293a02d3e2cfc507;hpb=4b926f227d00076439fbbc60e29c60403d992037 diff --git a/src/position.h b/src/position.h index 7565abb9..72932f77 100644 --- a/src/position.h +++ b/src/position.h @@ -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;