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