summaryrefslogtreecommitdiff
path: root/pkg/osx/IWADController.h
diff options
context:
space:
mode:
authorSimon Howard2011-09-11 23:40:44 +0000
committerSimon Howard2011-09-11 23:40:44 +0000
commitefd15d965dee947a04727bb62f4e2092cf28732f (patch)
tree730d99c1e88d5e3145e552ad69dec52d30026d01 /pkg/osx/IWADController.h
parent4d17ab361e90a75dc6deefd37e6eb2ba0610b386 (diff)
parent11024d8214580d63ca7a9e70a121f5ff542a2fce (diff)
downloadchocolate-doom-efd15d965dee947a04727bb62f4e2092cf28732f.tar.gz
chocolate-doom-efd15d965dee947a04727bb62f4e2092cf28732f.tar.bz2
chocolate-doom-efd15d965dee947a04727bb62f4e2092cf28732f.zip
Merge from raven-branch.
Subversion-branch: /branches/strife-branch Subversion-revision: 2367
Diffstat (limited to 'pkg/osx/IWADController.h')
-rw-r--r--pkg/osx/IWADController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/osx/IWADController.h b/pkg/osx/IWADController.h
index 8b201187..0e3c3ae5 100644
--- a/pkg/osx/IWADController.h
+++ b/pkg/osx/IWADController.h
@@ -52,6 +52,7 @@
- (char *) doomWadPath;
- (void) setEnvironment;
- (const char *) getGameName;
+- (BOOL) addIWADPath: (NSString *) path;
@end