summaryrefslogtreecommitdiff
path: root/setup/configfile.h
diff options
context:
space:
mode:
authorSimon Howard2006-10-25 18:12:08 +0000
committerSimon Howard2006-10-25 18:12:08 +0000
commit33304ee6ff09806002181e6b739e2a4859be1ade (patch)
tree75c98f8719ea188fa36bf9216854ad69a754b121 /setup/configfile.h
parent3fd97506e16b5c6e4f744ebe211d698c3e734619 (diff)
downloadchocolate-doom-33304ee6ff09806002181e6b739e2a4859be1ade.tar.gz
chocolate-doom-33304ee6ff09806002181e6b739e2a4859be1ade.tar.bz2
chocolate-doom-33304ee6ff09806002181e6b739e2a4859be1ade.zip
Make the "test controls" option work - write the current config to
temporary config files and make Doom use these when executing it. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 738
Diffstat (limited to 'setup/configfile.h')
-rw-r--r--setup/configfile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup/configfile.h b/setup/configfile.h
index 63113cc1..f7c6156e 100644
--- a/setup/configfile.h
+++ b/setup/configfile.h
@@ -35,5 +35,8 @@ void M_SaveDefaults (void);
void M_SetConfigDir(void);
+void M_SaveMainDefaults(char *filename);
+void M_SaveExtraDefaults(char *filename);
+
#endif