summaryrefslogtreecommitdiff
path: root/src/strife/d_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/d_main.c')
-rw-r--r--src/strife/d_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strife/d_main.c b/src/strife/d_main.c
index 97951aa5..eaaac28c 100644
--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -94,6 +94,8 @@
//
void D_DoomLoop (void);
+static boolean D_AddFile(char *filename);
+
// Location where savegames are stored
char * savegamedir;