BWAPI
Functions | Variables
trunk/bwapi/BWAPI/Source/Config.h File Reference
#include <windows.h>
#include <string>
#include <storm.h>
Include dependency graph for Config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::string LoadConfigString (const char *pszKey, const char *pszItem, const char *pszDefault=NULL)
int LoadConfigInt (const char *pszKey, const char *pszItem, const int iDefault=0)
std::string LoadRegString (const char *pszKeyName, const char *pszValueName, BYTE bSRegFlags=SREG_NONE)
void InitPrimaryConfig ()

Variables

char szConfigPath [MAX_PATH]
char szInstallPath [MAX_PATH]
char szLogPath [MAX_PATH]
char szScreenshotFormat [8]
bool isCorrectVersion
bool showWarn
bool serverEnabled
DWORD gdwProcNum

Function Documentation

Here is the call graph for this function:

Here is the caller graph for this function:

int LoadConfigInt ( const char *  pszKey,
const char *  pszItem,
const int  iDefault = 0 
)

Here is the caller graph for this function:

std::string LoadConfigString ( const char *  pszKey,
const char *  pszItem,
const char *  pszDefault = NULL 
)

Here is the caller graph for this function:

std::string LoadRegString ( const char *  pszKeyName,
const char *  pszValueName,
BYTE  bSRegFlags = SREG_NONE 
)

Here is the call graph for this function:

Here is the caller graph for this function:


Variable Documentation

bool showWarn
char szConfigPath[MAX_PATH]
char szInstallPath[MAX_PATH]
char szLogPath[MAX_PATH]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines