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