diff options
author | Simon Howard | 2008-03-09 03:02:48 +0000 |
---|---|---|
committer | Simon Howard | 2008-03-09 03:02:48 +0000 |
commit | f9b29073f787a7ddbd7f73b80eb360915ebef4ae (patch) | |
tree | 5e0a9dc8e7a52a578ae32d135fd6077756bc2aec /src/d_iwad.c | |
parent | 6121dd5eb9cc18e673cb1b82a71e7f76e82e6518 (diff) | |
download | chocolate-doom-f9b29073f787a7ddbd7f73b80eb360915ebef4ae.tar.gz chocolate-doom-f9b29073f787a7ddbd7f73b80eb360915ebef4ae.tar.bz2 chocolate-doom-f9b29073f787a7ddbd7f73b80eb360915ebef4ae.zip |
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
Diffstat (limited to 'src/d_iwad.c')
-rw-r--r-- | src/d_iwad.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |