From 2f67325278637a349bb86fa6fc388e527a75a5c9 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 24 Nov 2008 19:01:09 +0000 Subject: 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 --- src/setup/keyboard.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src/setup/keyboard.h') 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 */ -- cgit v1.2.3