Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
config_xml.h File Reference
#include "config.h"
#include <expat.h>
#include <string>
#include <gnuhash.h>
#include "configxml.h"
#include "xml_support.h"
#include "easydom.h"
#include "in_kb.h"

Go to the source code of this file.

Classes

class  GameVegaConfig
 

Macros

#define AXIS_X   0
 
#define AXIS_Y   1
 
#define AXIS_Z   2
 
#define AXIS_THROTTLE   3
 

Typedefs

typedef vsUMap< string, KBHandlerCommandMap
 
typedef vsUMap< string, intKeyMap
 

Macro Definition Documentation

#define AXIS_THROTTLE   3

Definition at line 52 of file config_xml.h.

Referenced by FlyByJoystick::Execute().

#define AXIS_X   0

Definition at line 49 of file config_xml.h.

Referenced by FlyByJoystick::Execute().

#define AXIS_Y   1

Definition at line 50 of file config_xml.h.

Referenced by FlyByJoystick::Execute().

#define AXIS_Z   2

Definition at line 51 of file config_xml.h.

Referenced by FlyByJoystick::Execute().

Typedef Documentation

typedef vsUMap< string, KBHandler > CommandMap

Definition at line 42 of file config_xml.h.

typedef vsUMap< string, int > KeyMap

Definition at line 43 of file config_xml.h.