summaryrefslogtreecommitdiff
path: root/pkg/osx/IWADController.h
diff options
context:
space:
mode:
authorSimon Howard2011-05-08 18:29:46 +0000
committerSimon Howard2011-05-08 18:29:46 +0000
commit351c1be33154d12b55e658cfb8f3101858fba63c (patch)
tree7e7a7ba0d4d26380be88ee8852a7bc54ec3d9fab /pkg/osx/IWADController.h
parent6e9294e05572d46d3897744d78f4604b412ceb65 (diff)
downloadchocolate-doom-351c1be33154d12b55e658cfb8f3101858fba63c.tar.gz
chocolate-doom-351c1be33154d12b55e658cfb8f3101858fba63c.tar.bz2
chocolate-doom-351c1be33154d12b55e658cfb8f3101858fba63c.zip
Allow IWAD files to be double-clicked in the finder to set the IWAD
configuration. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2334
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 90f44667..7464af9f 100644
--- a/pkg/osx/IWADController.h
+++ b/pkg/osx/IWADController.h
@@ -47,6 +47,7 @@
- (void) saveConfig;
- (char *) doomWadPath;
- (void) setEnvironment;
+- (BOOL) addIWADPath: (NSString *) path;
@end