From 350fe185784d6d0350ed8b675630440ff425a6ca Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 23 Sep 2008 17:54:13 +0000 Subject: 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 --- src/heretic/ct_chat.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/heretic/ct_chat.h') 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 */ + -- cgit v1.2.3