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

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