summaryrefslogtreecommitdiff
path: root/pkg/osx/IWADController.h
diff options
context:
space:
mode:
authorSimon Howard2014-04-26 21:15:08 -0400
committerSimon Howard2014-04-26 21:15:08 -0400
commit3aefe2f23c84f19044ed12264dba4f917d302f80 (patch)
tree686be173c2d33adea26cb2aacde7fb04a1164748 /pkg/osx/IWADController.h
parent81b5839ab1ee28a5acd1e903ae83064bd5c80283 (diff)
downloadchocolate-doom-3aefe2f23c84f19044ed12264dba4f917d302f80.tar.gz
chocolate-doom-3aefe2f23c84f19044ed12264dba4f917d302f80.tar.bz2
chocolate-doom-3aefe2f23c84f19044ed12264dba4f917d302f80.zip
osx: Handle .hhe, .seh file extensions.
These are the equivalents of .deh for Heretic and Strife. Add these as file associations and auto-switch to the appropriate game type when opened.
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 0e3c3ae5..68e1f1d5 100644
--- a/pkg/osx/IWADController.h
+++ b/pkg/osx/IWADController.h
@@ -53,6 +53,7 @@
- (void) setEnvironment;
- (const char *) getGameName;
- (BOOL) addIWADPath: (NSString *) path;
+- (BOOL) selectGameByName: (const char *) name;
@end