#include <PysolGameBoards.h>
Inheritance diagram for PysolWhiteheadGameBoard:

Public Member Functions | |
| PysolWhiteheadGameBoard (bool Display10AsT) | |
| Constructor. | |
| virtual | ~PysolWhiteheadGameBoard () |
| Destructor. | |
| virtual void | Deal (char *GameBoard) |
| Deal a PySol whitehead game. | |
| virtual int | GetGameBoardSize () |
| The size of a string needed to store the generated whitehead board output. | |
Definition at line 255 of file PysolGameBoards.h.
|
|
Implements AFreecellGameBoard. Definition at line 514 of file PysolGameBoards.cpp. References APysolFreecellGameBoard::CardToString(), and AFreecellGameBoard::m_Deck. |
|
|
Implements APysolFreecellGameBoard. Definition at line 555 of file PysolGameBoards.cpp. |
1.4.4