summaryrefslogtreecommitdiff
path: root/src/strife/d_main.c
diff options
context:
space:
mode:
authorSimon Howard2010-09-12 17:00:26 +0000
committerSimon Howard2010-09-12 17:00:26 +0000
commit32a49c6e5bd4974f7afe695196da6225ebdcedfe (patch)
tree58a8932125f5d03954e219ee1aef5da38f2b4375 /src/strife/d_main.c
parente55858706102f77aa9bec7e3b68ee423ba5660aa (diff)
downloadchocolate-doom-32a49c6e5bd4974f7afe695196da6225ebdcedfe.tar.gz
chocolate-doom-32a49c6e5bd4974f7afe695196da6225ebdcedfe.tar.bz2
chocolate-doom-32a49c6e5bd4974f7afe695196da6225ebdcedfe.zip
Fix build.
Subversion-branch: /branches/strife-branch Subversion-revision: 2077
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;