summaryrefslogtreecommitdiff
path: root/pkg/osx/Execute.h
diff options
context:
space:
mode:
authorSimon Howard2010-01-23 23:06:45 +0000
committerSimon Howard2010-01-23 23:06:45 +0000
commitbf8974e63b988ae1b5d2fdb0492dfe0bb3613680 (patch)
tree4a1531b099c78c5b3e5553e0099ee294d197c153 /pkg/osx/Execute.h
parent47f828ea9faf6fbb695fe2b901be466195b2a168 (diff)
downloadchocolate-doom-bf8974e63b988ae1b5d2fdb0492dfe0bb3613680.tar.gz
chocolate-doom-bf8974e63b988ae1b5d2fdb0492dfe0bb3613680.tar.bz2
chocolate-doom-bf8974e63b988ae1b5d2fdb0492dfe0bb3613680.zip
Add menu item to launcher to open a terminal window that can be used to
start the game. Add missing 'edit' menu. Set svn:ignore property for osx directory. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1824
Diffstat (limited to 'pkg/osx/Execute.h')
-rw-r--r--pkg/osx/Execute.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/osx/Execute.h b/pkg/osx/Execute.h
index e92d3a11..2098be8a 100644
--- a/pkg/osx/Execute.h
+++ b/pkg/osx/Execute.h
@@ -25,6 +25,7 @@
void SetProgramLocation(const char *path);
void ExecuteProgram(const char *executable, const char *iwad, const char *args);
+void OpenTerminalWindow(const char *doomwadpath);
#endif /* #ifndef LAUNCHER_EXECUTE_H */