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