X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fposition.h;h=72932f778e9c07af6bcb9ce89e2822a8b78ddc61;hb=428962a;hp=7565abb92cf90dbadebaf59cea290e3e05a7876b;hpb=82d065b011e416d655167864e4939ce84f0521e5;p=stockfish 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;