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

Public Member Functions | |
| PysolBakersDozenGameBoard (bool Display10AsT) | |
| Constructor. | |
| virtual | ~PysolBakersDozenGameBoard () |
| Destructor. | |
| virtual void | Deal (char *GameBoard) |
| Deal a PySol baker's dozen game. | |
| virtual int | GetGameBoardSize () |
| The size of a string needed to store the generated baker's dozen board output. | |
Definition at line 194 of file PysolGameBoards.h.
|
|
Implements AFreecellGameBoard. Definition at line 373 of file PysolGameBoards.cpp. References APysolFreecellGameBoard::CardToString(), AFreecellGameBoard::GetNumberOfCardsInDeck(), GetValue, and AFreecellGameBoard::m_Deck. |
|
|
Implements APysolFreecellGameBoard. Definition at line 410 of file PysolGameBoards.cpp. |
1.4.4