Set the game path to the launcher resource dir. Can be overwritten using the system defaults mechanism.

This commit is contained in:
Paul Chote
2010-11-25 21:39:28 +13:00
parent 9f21d944d1
commit a0741ba26b
3 changed files with 12 additions and 2 deletions

View File

@@ -20,4 +20,5 @@
+ (JSBridge *)sharedInstance;
- (void)setController:(Controller *)aController;
- (void)notifyDownloadProgress:(Download *)download;
- (void)notifyExtractProgress:(Download *)download;
@end