#include <MiscFreecellGameBoards.h>
Inheritance diagram for AisleRiotBeleagueredCastleGameBoard:
Public Member Functions | |
AisleRiotBeleagueredCastleGameBoard (bool Display10AsT) | |
Constructor. | |
virtual | ~AisleRiotBeleagueredCastleGameBoard () |
Destructor. | |
virtual void | Deal (char *GameBoard) |
Deal a AisleRiot beleaguered castle game. | |
virtual int | GetGameBoardSize () |
The size of a string needed to store the generated beleaguered castle board output. | |
Protected Member Functions | |
virtual int | GetNumberOfCardsInDeck () |
Number of cards used in a beleaguered castle game (48). |
Definition at line 171 of file MiscFreecellGameBoards.h.
|
Implements AFreecellGameBoard. Definition at line 332 of file MiscFreecellGameBoards.cpp. References AFreecellGameBoard::CardToString(), GetNumberOfCardsInDeck(), IndexProgToPysol, and AFreecellGameBoard::m_Deck. |
|
Implements AisleRiotGameBoard. Definition at line 355 of file MiscFreecellGameBoards.cpp. |
|
Reimplemented from AFreecellGameBoard. Definition at line 360 of file MiscFreecellGameBoards.cpp. Referenced by AisleRiotBeleagueredCastleGameBoard(), and Deal(). |