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