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.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/i_main.c b/src/i_main.c
index 0ba37d11..ac4a68e3 100644
--- a/src/i_main.c
+++ b/src/i_main.c
@@ -37,7 +37,14 @@
#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)
{