summaryrefslogtreecommitdiff
path: root/src/heretic/mn_menu.c
diff options
context:
space:
mode:
authorSimon Howard2008-09-20 23:18:12 +0000
committerSimon Howard2008-09-20 23:18:12 +0000
commitb3fdd717d3d0a9255a035f99af0cb2e6c1515008 (patch)
treea7ff419f2dcdde33c3bfd29cebca94f52aeb831b /src/heretic/mn_menu.c
parent9bef9730fb26727a9b505a89615b6ef0425fe64a (diff)
downloadchocolate-doom-b3fdd717d3d0a9255a035f99af0cb2e6c1515008.tar.gz
chocolate-doom-b3fdd717d3d0a9255a035f99af0cb2e6c1515008.tar.bz2
chocolate-doom-b3fdd717d3d0a9255a035f99af0cb2e6c1515008.zip
Remove definitions from heretic/doomdef.h and use common headers. Merge
heretic ticcmd_t to common type. Subversion-branch: /branches/raven-branch Subversion-revision: 1261
Diffstat (limited to 'src/heretic/mn_menu.c')
-rw-r--r--src/heretic/mn_menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/heretic/mn_menu.c b/src/heretic/mn_menu.c
index 1a7a6f86..716282d6 100644
--- a/src/heretic/mn_menu.c
+++ b/src/heretic/mn_menu.c
@@ -26,6 +26,7 @@
#include <ctype.h>
#include "doomdef.h"
#include "doomkeys.h"
+#include "i_system.h"
#include "p_local.h"
#include "r_local.h"
#include "s_sound.h"