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