Pyrogenesis  trunk
Functions | Variables
Config.cpp File Reference
#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"
Include dependency graph for Config.cpp:

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
 

Function Documentation

◆ CONFIG_Init()

void CONFIG_Init ( const CmdLineArgs args)

◆ LoadGlobals()

static void LoadGlobals ( )
static

◆ ProcessCommandLineArgs()

static void ProcessCommandLineArgs ( const CmdLineArgs args)
static

Variable Documentation

◆ g_DisableAudio

bool g_DisableAudio = false

◆ g_PauseOnFocusLoss

bool g_PauseOnFocusLoss = false

◆ g_Quickstart

bool g_Quickstart = false

◆ g_xres

int g_xres

◆ g_yres

int g_yres