Add mono version check

This commit is contained in:
Paul Chote
2010-11-25 14:48:41 +13:00
parent efad699d4b
commit dcf3912d24
3 changed files with 104 additions and 29 deletions

View File

@@ -19,6 +19,9 @@
GameInstall *game;
NSDictionary *allMods;
NSMutableDictionary *downloads;
BOOL hasMono;
IBOutlet NSWindow *window;
IBOutlet NSOutlineView *outlineView;
IBOutlet WebView *webView;
}
@@ -32,5 +35,5 @@
- (BOOL)registerDownload:(NSString *)key withURL:(NSString *)url filePath:(NSString *)path;
- (Download *)downloadWithKey:(NSString *)key;
- (BOOL)hasSupportedMono;
@end