]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Use threads to clear the TT faster.
[stockfish] / src / position.h
index bbdab011b2696f239d1fca0d84cd9c013b85f503..06000e0ff264abfa7f993ce2fc8b248f1b24e58b 100644 (file)
@@ -152,6 +152,8 @@ public:
   bool is_chess960() const;
   Thread* this_thread() const;
   bool is_draw(int ply) const;
+  bool has_game_cycle(int ply) const;
+  bool has_repeated() const;
   int rule50_count() const;
   Score psq_score() const;
   Value non_pawn_material(Color c) const;