#include <FCPresets.h>
Static Public Member Functions | |
static FCSPresetID | GetPresetID (const char *Name) |
Given a game name, get the preset ID. | |
Public Attributes | |
char | m_Name [FC_SIZE_OF_PRESET_NAME] |
Name of the game. | |
FCSPresetID | m_PresetID |
Preset ID for the game. |
Definition at line 86 of file FCPresets.h.
|
Definition at line 306 of file FCPresets.cpp. References m_Name, and m_PresetID. Referenced by FCSPreset::GetPresetInfo(), main(), and TestEachGame(). |