summaryrefslogtreecommitdiff
path: root/setup/keyboard.h
diff options
context:
space:
mode:
authorSimon Howard2010-07-10 15:56:18 +0000
committerSimon Howard2010-07-10 15:56:18 +0000
commit79300a83cb91395d97b33824dcbe39c06ff371da (patch)
tree76df767323df8d6fed2b20d6a80dc84b113b8c45 /setup/keyboard.h
parentbb3f64f28173bba0b243957c63679d2ec63dce5c (diff)
downloadchocolate-doom-79300a83cb91395d97b33824dcbe39c06ff371da.tar.gz
chocolate-doom-79300a83cb91395d97b33824dcbe39c06ff371da.tar.bz2
chocolate-doom-79300a83cb91395d97b33824dcbe39c06ff371da.zip
Add key bindings for multiplayer messaging.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1940
Diffstat (limited to 'setup/keyboard.h')
-rw-r--r--setup/keyboard.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup/keyboard.h b/setup/keyboard.h
index 62addc8f..feeb9cf8 100644
--- a/setup/keyboard.h
+++ b/setup/keyboard.h
@@ -37,6 +37,11 @@ extern int vanilla_keyboard_mapping;
extern int key_pause;
+// Multiplayer messages:
+
+extern int key_multi_msg;
+extern int key_multi_msgplayer[];
+
// Menu keys:
extern int key_menu_activate;