summaryrefslogtreecommitdiffstats
path: root/src/common/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/global.h')
-rw-r--r--src/common/global.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/common/global.h b/src/common/global.h
index addb56d..3433aeb 100644
--- a/src/common/global.h
+++ b/src/common/global.h
@@ -115,6 +115,20 @@ enum InputSlot
INPUT_SLOT_MAX
};
+/**
+ * \enum JoyAxisSlot
+ * \brief Slots for joystick axes inputs
+ */
+enum JoyAxisSlot
+{
+ JOY_AXIS_SLOT_X,
+ JOY_AXIS_SLOT_Y,
+ JOY_AXIS_SLOT_Z,
+
+ JOY_AXIS_SLOT_MAX
+};
+
+
// TODO: move to CRobotMain
extern long g_id; // unique identifier
extern int g_build; // constructible buildings