#include <MiscFreecellGameBoards.h>
Inheritance diagram for AisleRiotKlondikeGameBoard:
Public Member Functions | |
AisleRiotKlondikeGameBoard (bool Display10AsT) | |
Constructor. | |
~AisleRiotKlondikeGameBoard () | |
Destructor. | |
virtual void | Deal (char *GameBoard) |
Deal a AisleRiot klondike game. | |
virtual int | GetGameBoardSize () |
The size of a string needed to store the generated klondike board output. |
Definition at line 111 of file MiscFreecellGameBoards.h.
|
Implements AFreecellGameBoard. Definition at line 189 of file MiscFreecellGameBoards.cpp. References AFreecellGameBoard::CardToString(), AFreecellGameBoard::GetNumberOfCardsInDeck(), and AFreecellGameBoard::m_Deck. |
|
Implements AisleRiotGameBoard. Definition at line 221 of file MiscFreecellGameBoards.cpp. |