diff options
Diffstat (limited to 'setup/keyboard.h')
-rw-r--r-- | setup/keyboard.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setup/keyboard.h b/setup/keyboard.h index f934116f..73510861 100644 --- a/setup/keyboard.h +++ b/setup/keyboard.h @@ -95,6 +95,8 @@ extern int key_weapon5; extern int key_weapon6; extern int key_weapon7; extern int key_weapon8; +extern int key_prevweapon; +extern int key_nextweapon; extern int key_message_refresh; extern int key_demo_quit; |