![]() |
Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#include "precompiled.h"#include "Config.h"#include "lib/timer.h"#include "ps/CConsole.h"#include "ps/CLogger.h"#include "ps/ConfigDB.h"#include "ps/GameSetup/CmdLineArgs.h"
Functions | |
| static void | LoadGlobals () |
| static void | ProcessCommandLineArgs (const CmdLineArgs &args) |
| void | CONFIG_Init (const CmdLineArgs &args) |
Variables | |
| bool | g_PauseOnFocusLoss = false |
| int | g_xres |
| int | g_yres |
| bool | g_Quickstart = false |
| bool | g_DisableAudio = false |
| void CONFIG_Init | ( | const CmdLineArgs & | args | ) |
|
static |
|
static |
| bool g_DisableAudio = false |
| bool g_PauseOnFocusLoss = false |
| bool g_Quickstart = false |
| int g_xres |
| int g_yres |