summaryrefslogtreecommitdiff
path: root/src/heretic/ct_chat.h
diff options
context:
space:
mode:
authorSimon Howard2008-09-23 17:54:13 +0000
committerSimon Howard2008-09-23 17:54:13 +0000
commit350fe185784d6d0350ed8b675630440ff425a6ca (patch)
tree2d5f3415d193bd72e72a0b0a435a6204f6be8477 /src/heretic/ct_chat.h
parent69b0c4526e6f2d6fe6920f1efa3b32e27b3db0bc (diff)
downloadchocolate-doom-350fe185784d6d0350ed8b675630440ff425a6ca.tar.gz
chocolate-doom-350fe185784d6d0350ed8b675630440ff425a6ca.tar.bz2
chocolate-doom-350fe185784d6d0350ed8b675630440ff425a6ca.zip
Add heretic key controls to config file list. Add key binding code to
heretic/d_main.c and change g_game.c to use the common definitions. Subversion-branch: /branches/raven-branch Subversion-revision: 1265
Diffstat (limited to 'src/heretic/ct_chat.h')
-rw-r--r--src/heretic/ct_chat.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/heretic/ct_chat.h b/src/heretic/ct_chat.h
index 326f65cb..eee7e6ce 100644
--- a/src/heretic/ct_chat.h
+++ b/src/heretic/ct_chat.h
@@ -24,6 +24,9 @@
// Chat mode stuff
//
+#ifndef HERETIC_CT_CHAT_H
+#define HERETIC_CT_CHAT_H
+
#define CT_PLR_GREEN 1
#define CT_PLR_YELLOW 2
#define CT_PLR_RED 3
@@ -35,3 +38,8 @@
#define CT_KEY_RED 'r'
#define CT_KEY_BLUE 'b'
#define CT_KEY_ALL 't'
+
+extern char *chat_macros[10];
+
+#endif /* #ifndef HERETIC_CT_CHAT_H */
+