summaryrefslogtreecommitdiff
path: root/src/heretic/d_main.c
diff options
context:
space:
mode:
authorSimon Howard2008-09-20 21:48:37 +0000
committerSimon Howard2008-09-20 21:48:37 +0000
commit871d3b3da6c84be394963d1f5a41de12bfc5a2bc (patch)
treecb1e582bbe7ac68b5a2bf232c65606844295ca26 /src/heretic/d_main.c
parentf19a6f2ae93df6da9e39694b11e710c4e3b7594a (diff)
downloadchocolate-doom-871d3b3da6c84be394963d1f5a41de12bfc5a2bc.tar.gz
chocolate-doom-871d3b3da6c84be394963d1f5a41de12bfc5a2bc.tar.bz2
chocolate-doom-871d3b3da6c84be394963d1f5a41de12bfc5a2bc.zip
Remove bits from heretic/m_misc.c that are in common; change
V_ScreenShot to take a format string describing the format of the filename for the screen shot file. Subversion-branch: /branches/raven-branch Subversion-revision: 1255
Diffstat (limited to 'src/heretic/d_main.c')
-rw-r--r--src/heretic/d_main.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/heretic/d_main.c b/src/heretic/d_main.c
index dc647556..900f4ff6 100644
--- a/src/heretic/d_main.c
+++ b/src/heretic/d_main.c
@@ -23,15 +23,11 @@
// D_main.c
-#ifdef __WATCOMC__
-#include <dos.h>
-#include <graph.h>
-#include <sys\types.h>
-#include <direct.h>
-#endif
#include <stdio.h>
#include <stdlib.h>
+
#include "doomdef.h"
+#include "m_argv.h"
#include "p_local.h"
#include "s_sound.h"
#include "v_video.h"