]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Speculative prefetch
[stockfish] / src / position.h
index 8f5fb75aa7f4630d07e203764277057cc3a8d8f6..7565abb92cf90dbadebaf59cea290e3e05a7876b 100644 (file)
@@ -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;