summaryrefslogtreecommitdiff
path: root/src/i_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_main.c')
-rw-r--r--src/i_main.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/i_main.c b/src/i_main.c
index 74b164b1..4efd2cd9 100644
--- a/src/i_main.c
+++ b/src/i_main.c
@@ -37,10 +37,17 @@
#include <sched.h>
#endif
-#include "doomdef.h"
+#include "doomtype.h"
#include "i_system.h"
#include "m_argv.h"
-#include "d_main.h"
+
+//
+// D_DoomMain()
+// Not a globally visible function, just included for source reference,
+// calls all startup code, parses command line options.
+//
+
+void D_DoomMain (void);
int main(int argc, char **argv)
{