19 #ifndef THREEKINGSBOARD_H 20 #define THREEKINGSBOARD_H 22 #include "westernboard.h" 44 virtual Board* copy()
const;
45 virtual QString variant()
const;
46 virtual QString defaultFenString()
const;
49 virtual bool kingsCountAssertion(
int whiteKings,
50 int blackKings)
const;
51 virtual bool inCheck(
Side side,
int square = 0)
const;
53 int kingCount(
Side side)
const;
57 #endif // THREEKINGSBOARD_H A board for Three Kings Chess.
Definition: threekingsboard.h:37
An internal chessboard class.
Definition: board.h:57
A board for western chess variants.
Definition: westernboard.h:40
Definition: boardscene.h:29
The side or color of a chess player.
Definition: side.h:35
The result of a chess game.
Definition: result.h:34