21 #include "westernboard.h" 41 virtual Board* copy()
const;
42 virtual QString variant()
const;
43 virtual QString defaultFenString()
const;
49 virtual bool vIsLegalMove(
const Move& move);
57 #endif // LOSERSBOARD_H A board for Losers chess (or Wild 17)
Definition: losersboard.h:34
An internal chessboard class.
Definition: board.h:56
A board for western chess variants.
Definition: westernboard.h:40
Definition: boardscene.h:28
The result of a chess game.
Definition: result.h:33
A small and efficient chessmove class.
Definition: move.h:41