summaryrefslogtreecommitdiff
path: root/setup/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup/keyboard.h')
-rw-r--r--setup/keyboard.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup/keyboard.h b/setup/keyboard.h
index 29ff2a1a..fa3c0db3 100644
--- a/setup/keyboard.h
+++ b/setup/keyboard.h
@@ -35,6 +35,8 @@ extern int key_speed;
extern int joybspeed;
extern int vanilla_keyboard_mapping;
+extern int key_pause;
+
// Menu keys:
extern int key_menu_activate;
@@ -88,6 +90,8 @@ extern int key_weapon6;
extern int key_weapon7;
extern int key_weapon8;
+extern int key_message_refresh;
+
void ConfigKeyboard(void);
#endif /* #ifndef SETUP_KEYBOARD_H */