]> git.sesse.net Git - stockfish/blobdiff - src/tt.h
Sync with master
[stockfish] / src / tt.h
index 14f820d0cb6677637615f7d21b312514ed2d26fe..32b4036e39dea085974410867b7212facfc6c625 100644 (file)
--- a/src/tt.h
+++ b/src/tt.h
@@ -88,6 +88,7 @@ public:
   void new_search() { generation8 += 4; } // Lower 2 bits are used by Bound
   uint8_t generation() const { return generation8; }
   TTEntry* probe(const Key key, bool& found) const;
+  int hashfull() const;
   void resize(size_t mbSize);
   void clear();