Read/Write settings.ini; use this to select the game to start.

This commit is contained in:
Paul Chote
2010-03-20 00:15:18 +13:00
parent 4a983fb54e
commit e9ba8e2d78
6 changed files with 165 additions and 4 deletions

View File

@@ -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;