From 8cae6e48779beb3dc8e95a5c32b422b2504b5722 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 30 Sep 2008 22:50:24 +0000 Subject: Move d_iwad.c into common code and update Heretic to use it on startup to locate the IWAD file. Subversion-branch: /branches/raven-branch Subversion-revision: 1308 --- src/d_mode.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/d_mode.h') diff --git a/src/d_mode.h b/src/d_mode.h index b3295ffe..b7214737 100644 --- a/src/d_mode.h +++ b/src/d_mode.h @@ -28,6 +28,8 @@ #ifndef __D_MODE__ #define __D_MODE__ +#include "doomtype.h" + // The "mission" controls what game we are playing. typedef enum -- cgit v1.2.3