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