X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftt.h;h=08121f66f699a9bcf7e6b1e54893b0636f75f80b;hp=fb414bf157aeba9fa98fbe70bbb728cd27445e1e;hb=2fff532f4e80c8e2e61d8b3955447f13124d40f0;hpb=da854fe83a64b2181c372f7b51f8b2190f67840d diff --git a/src/tt.h b/src/tt.h index fb414bf1..08121f66 100644 --- 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: