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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/m_argv.h b/src/m_argv.h
index 315bb97b..859f93e4 100644
--- a/src/m_argv.h
+++ b/src/m_argv.h
@@ -28,6 +28,8 @@
#ifndef __M_ARGV__
#define __M_ARGV__
+#include "doomtype.h"
+
//
// MISC
//
@@ -40,4 +42,12 @@ int M_CheckParm (char* check);
void M_FindResponseFile(void);
+// Parameter has been specified?
+
+boolean M_ParmExists(char *check);
+
+// Get name of executable used to run this program:
+
+char *M_GetExecutableName(void);
+
#endif