Read/Write settings.ini; use this to select the game to start.
This commit is contained in:
@@ -18,9 +18,13 @@
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
|
||||
@class Settings;
|
||||
@interface Controller : NSObject {
|
||||
// Main Window
|
||||
NSDictionary *modButtonMappings;
|
||||
Settings *settings;
|
||||
|
||||
// Package Downloader
|
||||
NSString *localDownloadPath;
|
||||
NSString *packageDirectory;
|
||||
NSURLDownload *currentDownload;
|
||||
|
||||
Reference in New Issue
Block a user