X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fposition.h;h=72932f778e9c07af6bcb9ce89e2822a8b78ddc61;hb=428962a;hp=8f5fb75aa7f4630d07e203764277057cc3a8d8f6;hpb=888a1d34454121c3682cbd68751bcebeca8bd308;p=stockfish diff --git a/src/position.h b/src/position.h index 8f5fb75a..72932f77 100644 --- a/src/position.h +++ b/src/position.h @@ -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;