Have a single utility app per platform. Route zip extraction and ra package install to the .net utility app under osx.

This commit is contained in:
Paul Chote
2011-01-22 19:07:10 +13:00
parent 8e5f307ba8
commit c93bdf73aa
5 changed files with 78 additions and 16 deletions

View File

@@ -16,6 +16,10 @@
IBOutlet NSWindow *window;
}
- (void)launchFilePicker:(NSArray *)args;
- (void)extractZip:(NSArray *)args;
- (void)installRaPackages:(NSArray *)args;
- (void)launchMod:(NSString *)mod;
- (BOOL)initMono;
- (void)runUtilityWithArg:(NSString *)arg;
- (void)utilityResponded:(NSNotification *)n;
@end