summaryrefslogtreecommitdiff
path: root/src/i_system.c
diff options
context:
space:
mode:
authorSimon Howard2008-03-09 03:02:48 +0000
committerSimon Howard2008-03-09 03:02:48 +0000
commitf9b29073f787a7ddbd7f73b80eb360915ebef4ae (patch)
tree5e0a9dc8e7a52a578ae32d135fd6077756bc2aec /src/i_system.c
parent6121dd5eb9cc18e673cb1b82a71e7f76e82e6518 (diff)
downloadchocolate-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/i_system.c')
-rw-r--r--src/i_system.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i_system.c b/src/i_system.c
index 79fc711e..09e211fd 100644
--- a/src/i_system.c
+++ b/src/i_system.c
@@ -42,6 +42,7 @@
#include "doomdef.h"
#include "doomstat.h"
#include "m_argv.h"
+#include "m_config.h"
#include "m_misc.h"
#include "i_joystick.h"
#include "i_timer.h"