X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=7565abb92cf90dbadebaf59cea290e3e05a7876b;hp=8f5fb75aa7f4630d07e203764277057cc3a8d8f6;hb=82d065b011e416d655167864e4939ce84f0521e5;hpb=e60cdca9b016f1edb8789d99785843cebe704e29 diff --git a/src/position.h b/src/position.h index 8f5fb75a..7565abb9 100644 --- a/src/position.h +++ b/src/position.h @@ -139,6 +139,7 @@ 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;