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