summaryrefslogtreecommitdiff
path: root/src/strife/hu_stuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/hu_stuff.h')
-rw-r--r--src/strife/hu_stuff.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/strife/hu_stuff.h b/src/strife/hu_stuff.h
index f6836d1e..f5a0e53b 100644
--- a/src/strife/hu_stuff.h
+++ b/src/strife/hu_stuff.h
@@ -28,7 +28,6 @@
#include "d_event.h"
-
//
// Globally visible constants.
//
@@ -64,5 +63,8 @@ void HU_Erase(void);
extern char *chat_macros[10];
extern char* pnameprefixes[][16]; // villsa [STRIFE]
+// haleyjd [STRIFE] externalized:
+extern char *mapnames[];
+
#endif