Support launching an arbitrary mod. Hook up package detection for cnc.

This commit is contained in:
Paul Chote
2010-11-17 13:49:30 +13:00
parent f42f39f9c9
commit 3dc16bdbb4
15 changed files with 128 additions and 45 deletions

View File

@@ -16,10 +16,14 @@
{
SidebarEntry *sidebarItems;
GameInstall *game;
NSDictionary *allMods;
IBOutlet NSOutlineView *outlineView;
IBOutlet WebView *webView;
}
- (void)launchGame;
@property(readonly) NSDictionary *allMods;
- (void)launchMod:(NSString *)mod;
- (void)populateModInfo;
- (SidebarEntry *)sidebarModsTree;
- (SidebarEntry *)sidebarOtherTree;