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

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