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 ef59f166..859f93e4 100644
--- a/src/m_argv.h
+++ b/src/m_argv.h
@@ -46,4 +46,8 @@ void M_FindResponseFile(void);
boolean M_ParmExists(char *check);
+// Get name of executable used to run this program:
+
+char *M_GetExecutableName(void);
+
#endif