19 #ifndef COREGALBOARD_H 20 #define COREGALBOARD_H 22 #include "westernboard.h" 45 = QSet<int>{King, Queen});
48 virtual Board* copy()
const;
49 virtual QString variant()
const;
50 virtual QString defaultFenString()
const;
53 virtual bool inCheck(
Side side,
int square = 0)
const;
56 const QSet<int> m_royalPieceTypes;
61 #endif // COREGALBOARD_H A board for Co-regal Chess.
Definition: coregalboard.h:40
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