Moved the code for extracting the PV from the TT to tt.cpp, where

it belongs.
This commit is contained in:
Tord Romstad
2009-08-06 14:02:53 +02:00
parent da854fe83a
commit 2fff532f4e
3 changed files with 35 additions and 33 deletions

View File

@@ -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: