isInCheck method

bool isInCheck()

Implementation

bool isInCheck() {
  return game.in_check;
}