summaryrefslogtreecommitdiff
path: root/src/setup/keyboard.h
diff options
context:
space:
mode:
authorSimon Howard2008-11-24 19:01:09 +0000
committerSimon Howard2008-11-24 19:01:09 +0000
commit2f67325278637a349bb86fa6fc388e527a75a5c9 (patch)
tree43654566eb557d5f909ed45b16b86c3346a1798c /src/setup/keyboard.h
parent09f98f80fc8ed9e42ea937804618952f03244bde (diff)
downloadchocolate-doom-2f67325278637a349bb86fa6fc388e527a75a5c9.tar.gz
chocolate-doom-2f67325278637a349bb86fa6fc388e527a75a5c9.tar.bz2
chocolate-doom-2f67325278637a349bb86fa6fc388e527a75a5c9.zip
Make chocolate-setup use m_controls.c definitions for config file
keyboard/mouse/joystick variables. Make other configuration file variables static and add bind functions. Subversion-branch: /branches/raven-branch Subversion-revision: 1387
Diffstat (limited to 'src/setup/keyboard.h')
-rw-r--r--src/setup/keyboard.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/setup/keyboard.h b/src/setup/keyboard.h
index 6442e1e4..12059bf8 100644
--- a/src/setup/keyboard.h
+++ b/src/setup/keyboard.h
@@ -22,20 +22,8 @@
#ifndef SETUP_KEYBOARD_H
#define SETUP_KEYBOARD_H
-extern int key_left;
-extern int key_right;
-extern int key_up;
-extern int key_down;
-extern int key_strafeleft;
-extern int key_straferight;
-extern int key_fire;
-extern int key_use;
-extern int key_strafe;
-extern int key_speed;
-extern int joybspeed;
-extern int vanilla_keyboard_mapping;
-
void ConfigKeyboard(void);
+void BindKeyboardVariables(void);
#endif /* #ifndef SETUP_KEYBOARD_H */