equal
deleted
inserted
replaced
21 |
21 |
22 #import <Foundation/Foundation.h> |
22 #import <Foundation/Foundation.h> |
23 |
23 |
24 |
24 |
25 @interface GameInterfaceBridge : NSObject { |
25 @interface GameInterfaceBridge : NSObject { |
26 NSInteger ipcPort; // Port on which engine will listen |
26 |
27 } |
27 } |
28 |
|
29 @property (assign) NSInteger ipcPort; |
|
30 |
28 |
31 |
29 |
32 -(id) initWithController:(id) viewController; |
30 -(id) initWithController:(id) viewController; |
33 -(void) startLocalGame:(NSDictionary *)withOptions; |
31 -(void) startLocalGame:(NSDictionary *)withOptions; |
34 -(void) startSaveGame:(NSString *)atPath; |
32 -(void) startSaveGame:(NSString *)atPath; |