Add a WebView in preparation for the page info. Refactor SidebarEntry out of Mod. Add an "Other" category with links for support/credits+legal.
This commit is contained in:
@@ -7,14 +7,17 @@
|
||||
*/
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@class ModEntry;
|
||||
#import <WebKit/WebKit.h>
|
||||
@class Mod;
|
||||
@class SidebarEntry;
|
||||
@class GameInstall;
|
||||
@interface Controller : NSObject
|
||||
{
|
||||
ModEntry *sidebarItems;
|
||||
SidebarEntry *sidebarItems;
|
||||
GameInstall *game;
|
||||
IBOutlet NSOutlineView *outlineView;
|
||||
IBOutlet WebView *webView;
|
||||
}
|
||||
- (IBAction)launchGame:(id)sender;
|
||||
- (SidebarEntry *)sidebarModsTree;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user