Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#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, KBHandler > | CommandMap |
typedef vsUMap< string, int > | KeyMap |
#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 vsUMap< string, KBHandler > CommandMap |
Definition at line 42 of file config_xml.h.
Definition at line 43 of file config_xml.h.