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