]> git.sesse.net Git - stockfish/blobdiff - src/tt.h
Moved the code for extracting the PV from the TT to tt.cpp, where
[stockfish] / src / tt.h
index fb414bf157aeba9fa98fbe70bbb728cd27445e1e..08121f66f699a9bcf7e6b1e54893b0636f75f80b 100644 (file)
--- a/src/tt.h
+++ b/src/tt.h
@@ -87,6 +87,7 @@ public:
   TTEntry* retrieve(const Key posKey) const;
   void new_search();
   void insert_pv(const Position& pos, Move pv[]);
+  void extract_pv(const Position& pos, Move pv[]);
   int full() const;
 
 private: