#include <string.h>
#include <stdio.h>
#include "FCPresets.h"
Go to the source code of this file.
Functions | |
int | FCSApplyTestOrder (int *TestOrderArray, const char *TestOrderString, int *TestOrderCount, char *GameName, char **ErrorString) |
Take a test order string and turn it into a test order array. | |
Variables | |
const FCSPresetName | FCSPresetNames [23] |
Storage for all the preset games. |
Definition in file FCPresets.cpp.
|
Definition at line 350 of file FCPresets.cpp. Referenced by FCCommandLineArguments::Verify(). |