Load last mod on startup.

This commit is contained in:
Paul Chote
2011-01-27 20:40:29 +13:00
parent 38b98bf358
commit 492c025844
5 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
- (void)launchFilePicker:(NSArray *)args;
- (void)extractZip:(NSArray *)args;
- (void)installRAPackages:(NSArray *)args;
- (void)launchMod:(NSString *)mod;
- (void)launch;
- (BOOL)initMono;
- (void)runUtilityWithArgs:(NSArray *)arg;
- (void)utilityResponded:(NSNotification *)n;