]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Tablebases root ranking
[stockfish] / src / position.h
index bbdab011b2696f239d1fca0d84cd9c013b85f503..0c8f7972d7f599b614de8336a3847b152faaa20c 100644 (file)
@@ -152,6 +152,7 @@ public:
   bool is_chess960() const;
   Thread* this_thread() const;
   bool is_draw(int ply) const;
+  bool has_repeated() const;
   int rule50_count() const;
   Score psq_score() const;
   Value non_pawn_material(Color c) const;