Expose a native filepicker dialog.

This commit is contained in:
Paul Chote
2011-01-19 19:27:36 +13:00
committed by Paul Chote
parent 108b90f192
commit 8d2a78abc6
4 changed files with 84 additions and 71 deletions

View File

@@ -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