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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/osx/IWADController.h b/pkg/osx/IWADController.h
index 90f44667..fef28918 100644
--- a/pkg/osx/IWADController.h
+++ b/pkg/osx/IWADController.h
@@ -36,6 +36,9 @@
id doom2;
id plutonia;
id tnt;
+
+ id heretic;
+ id hexen;
}
- (void) closeConfigWindow: (id)sender;
@@ -47,6 +50,7 @@
- (void) saveConfig;
- (char *) doomWadPath;
- (void) setEnvironment;
+- (const char *) getGameName;
@end