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