Expose a native filepicker dialog.
This commit is contained in:
@@ -10,13 +10,12 @@
|
||||
|
||||
@interface Controller : NSObject
|
||||
{
|
||||
BOOL hasMono;
|
||||
NSString *monoPath;
|
||||
NSString *gamePath;
|
||||
|
||||
IBOutlet NSWindow *window;
|
||||
}
|
||||
|
||||
- (void)launchFilePicker:(NSArray *)args;
|
||||
- (void)launchMod:(NSString *)mod;
|
||||
- (BOOL)initMono;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user