summaryrefslogtreecommitdiff
path: root/src/m_argv.h
diff options
context:
space:
mode:
authorSimon Howard2007-01-05 23:38:19 +0000
committerSimon Howard2007-01-05 23:38:19 +0000
commitf670f6003cc4b7d2391957a6dac55f5bf3ca325e (patch)
tree0b92750ba5bf0d0887d99fc19a974947ee38ecfd /src/m_argv.h
parenta64a06c4bb5d9ebcc6bb8e8c6897da1de692f7d1 (diff)
downloadchocolate-doom-f670f6003cc4b7d2391957a6dac55f5bf3ca325e.tar.gz
chocolate-doom-f670f6003cc4b7d2391957a6dac55f5bf3ca325e.tar.bz2
chocolate-doom-f670f6003cc4b7d2391957a6dac55f5bf3ca325e.zip
Move response file code to m_argv.c
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 817
Diffstat (limited to 'src/m_argv.h')
-rw-r--r--src/m_argv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/m_argv.h b/src/m_argv.h
index bd1518b9..315bb97b 100644
--- a/src/m_argv.h
+++ b/src/m_argv.h
@@ -38,5 +38,6 @@ extern char** myargv;
// in the arg list (0 if not found).
int M_CheckParm (char* check);
+void M_FindResponseFile(void);
#endif