22#include "westernboard.h"
41 virtual Board* copy()
const;
42 virtual QString variant()
const;
43 virtual QString defaultFenString()
const;
48 virtual void vInitialize();
49 virtual bool inCheck(
Side side,
int square = 0)
const;
50 virtual bool kingCanCapture()
const;
52 virtual bool vIsLegalMove(
const Move& move);
53 virtual void vMakeMove(
const Move& move,
55 virtual void vUndoMove(
const Move& move);
A board for Atomic chess.
Definition: atomicboard.h:35
Details of a board transition caused by a move.
Definition: boardtransition.h:41
An internal chessboard class.
Definition: board.h:58
A small and efficient chessmove class.
Definition: move.h:43
A chess piece.
Definition: piece.h:41
The result of a chess game.
Definition: result.h:35
The side or color of a chess player.
Definition: side.h:36
A board for western chess variants.
Definition: westernboard.h:41