From f9b29073f787a7ddbd7f73b80eb360915ebef4ae Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 9 Mar 2008 03:02:48 +0000 Subject: Split out configuration file code from m_misc.c into m_config.c. Move screenshot code into v_video.c Add M_FileLength common function for finding the length of an open file. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1102 --- src/d_iwad.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/d_iwad.c') diff --git a/src/d_iwad.c b/src/d_iwad.c index fa25f9b0..d54ad915 100644 --- a/src/d_iwad.c +++ b/src/d_iwad.c @@ -34,6 +34,7 @@ #include "doomstat.h" #include "i_system.h" #include "m_argv.h" +#include "m_config.h" #include "m_misc.h" #include "w_wad.h" #include "z_zone.h" -- cgit v1.2.3