Add support for launching the game.
This commit is contained in:
18
OpenRA.Launcher.Mac/GameInstall.h
Normal file
18
OpenRA.Launcher.Mac/GameInstall.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// GameInstall.h
|
||||
// OpenRA
|
||||
//
|
||||
// Created by Paul Chote on 15/11/10.
|
||||
// Copyright 2010 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
|
||||
@interface GameInstall : NSObject {
|
||||
NSString *gamePath;
|
||||
}
|
||||
|
||||
-(id)initWithPath:(NSString *)path;
|
||||
-(void)launchGame;
|
||||
@end
|
||||
Reference in New Issue
Block a user