From 3aefe2f23c84f19044ed12264dba4f917d302f80 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 26 Apr 2014 21:15:08 -0400 Subject: 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. --- pkg/osx/LauncherManager.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/osx/LauncherManager.h') diff --git a/pkg/osx/LauncherManager.h b/pkg/osx/LauncherManager.h index 1c8a5187..72964f3d 100644 --- a/pkg/osx/LauncherManager.h +++ b/pkg/osx/LauncherManager.h @@ -44,6 +44,7 @@ - (BOOL) addIWADPath: (NSString *) path; - (void) addFileToCommandLine: (NSString *) fileName forArgument: (NSString *) args; +- (BOOL) selectGameByName: (const char *) name; - (void) openTerminal: (id) sender; - (void) openREADME: (id) sender; -- cgit v1.2.3