summaryrefslogtreecommitdiff
path: root/src/m_argv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_argv.h')
-rw-r--r--src/m_argv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/m_argv.h b/src/m_argv.h
index 315bb97b..a1881c18 100644
--- a/src/m_argv.h
+++ b/src/m_argv.h
@@ -40,4 +40,8 @@ int M_CheckParm (char* check);
void M_FindResponseFile(void);
+// Parameter has been specified?
+
+boolean M_ParmExists(char *check);
+
#endif