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