summaryrefslogtreecommitdiff
path: root/src/deh_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/deh_main.h')
-rw-r--r--src/deh_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deh_main.h b/src/deh_main.h
index c9d41bf2..10ac2360 100644
--- a/src/deh_main.h
+++ b/src/deh_main.h
@@ -30,7 +30,7 @@
#define DEH_VANILLA_NUMSTATES 966
#define DEH_VANILLA_NUMSFX 107
-void DEH_Init(void);
+void DEH_ParseCommandLine(void);
int DEH_LoadFile(char *filename);
int DEH_LoadLump(int lumpnum, boolean allow_long, boolean allow_error);
int DEH_LoadLumpByName(char *name, boolean allow_long, boolean allow_error);