From b868352951acee0e556d702e5e90aa67d9a2b39e Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 11 Sep 2008 21:03:48 +0000 Subject: Refactor configuration file system to allow configuration file variables to be bound in a distributed fashion around the program. Remove dependency of m_config.c on doom/. Subversion-branch: /branches/raven-branch Subversion-revision: 1222 --- src/doom/hu_stuff.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/doom/hu_stuff.h') diff --git a/src/doom/hu_stuff.h b/src/doom/hu_stuff.h index 310201f6..26bc92ee 100644 --- a/src/doom/hu_stuff.h +++ b/src/doom/hu_stuff.h @@ -62,5 +62,7 @@ void HU_Drawer(void); char HU_dequeueChatChar(void); void HU_Erase(void); +extern char *chat_macros[10]; #endif + -- cgit v1.2.3