summaryrefslogtreecommitdiff
path: root/pkg/osx/IWADController.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/osx/IWADController.h')
-rw-r--r--pkg/osx/IWADController.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/osx/IWADController.h b/pkg/osx/IWADController.h
index 7464af9f..0e3c3ae5 100644
--- a/pkg/osx/IWADController.h
+++ b/pkg/osx/IWADController.h
@@ -36,6 +36,10 @@
id doom2;
id plutonia;
id tnt;
+
+ id heretic;
+ id hexen;
+ id strife;
}
- (void) closeConfigWindow: (id)sender;
@@ -47,6 +51,7 @@
- (void) saveConfig;
- (char *) doomWadPath;
- (void) setEnvironment;
+- (const char *) getGameName;
- (BOOL) addIWADPath: (NSString *) path;
@end