#include <MiscFreecellGameBoards.h>
Inheritance diagram for GnomeFreecellGameBoard:
Public Member Functions | |
GnomeFreecellGameBoard (bool Display10AsT) | |
Constructor. | |
virtual | ~GnomeFreecellGameBoard () |
Destructor. | |
virtual void | Shuffle (int Seed) |
Shuffles the deck of cards. |
Definition at line 44 of file MiscFreecellGameBoards.h.
|
This is the same shuffling algorithm used to create Gnome freecell games
Reimplemented from MicrosoftFreecellGameBoard. Definition at line 94 of file MiscFreecellGameBoards.cpp. References AFreecellGameBoard::GetNumberOfCardsInDeck(), AFreecellGameBoard::m_Deck, MakeCard, and MicrosoftRandom(). |