Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.h')
-rw-r--r--src/parse.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/parse.h b/src/parse.h
index 7ba8fc6..eda5777 100644
--- a/src/parse.h
+++ b/src/parse.h
@@ -52,7 +52,10 @@ struct cfginfo
const char *use_sound;
const char *wheely;
const char *mouseaccessibility;
- const char *onscreen_keyboard;
+ const char *onscreen_keyboard;
+ const char *joystick_slowness;
+ const char *joystick_lowthreshold;
+ const char *joystick_maxsteps;
};
#define CFGINFO_MAXOFFSET (sizeof(struct cfginfo))