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