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