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, 4 insertions, 0 deletions
diff --git a/src/strife/hu_stuff.h b/src/strife/hu_stuff.h
index 6986a143..e245a42c 100644
--- a/src/strife/hu_stuff.h
+++ b/src/strife/hu_stuff.h
@@ -27,6 +27,7 @@
#define __HU_STUFF_H__
#include "d_event.h"
+#include "v_patch.h"
//
// Globally visible constants.
@@ -67,5 +68,8 @@ extern char pnameprefixes[8][16]; // villsa [STRIFE]
// haleyjd [STRIFE] externalized:
extern char *mapnames[];
+// [STRIFE]
+extern patch_t* yfont[HU_FONTSIZE]; // haleyjd 09/18/10: [STRIFE]
+
#endif