Update position.h

* Add is_fifty_move_draw() and is_three_fold_repetition for gensfen()
This commit is contained in:
fsmosca
2021-04-05 13:31:49 +08:00
parent f57af4d203
commit 560daefb01

View File

@@ -161,6 +161,8 @@ public:
bool is_chess960() const;
Thread* this_thread() const;
bool is_draw(int ply) const;
bool is_fifty_move_draw() const;
bool is_three_fold_repetition() const;
bool has_game_cycle(int ply) const;
bool has_repeated() const;
int rule50_count() const;