#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "AFreecellGameBoard.h"
#include "PysolGameBoards.h"
#include "MiscFreecellGameBoards.h"
Go to the source code of this file.
Functions | |
BoardID | GetBoardID (const char *Name) |
Walk the game names to find the game requested. | |
AFreecellGameBoard * | CreateAFreecellGameBoard (char *GameName, bool Display10AsT) |
Create a game board generator object. | |
Variables | |
const BoardName | AllBoardNames [50] |
All the game boards that are handled by the program. |
Definition in file AFreecellGameBoard.cpp.
|
Definition at line 233 of file AFreecellGameBoard.cpp. References GetBoardID(). Referenced by main(), and TestEachGame(). |
|
Definition at line 222 of file AFreecellGameBoard.cpp. References BoardName::m_BoardID. Referenced by CreateAFreecellGameBoard(). |