isThreefoldRepetition method

bool isThreefoldRepetition()

Implementation

bool isThreefoldRepetition() {
  return game.in_threefold_repetition;
}