project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h
changeset 6265 a6944f94c19f
parent 6263 ec41637ceb64
child 6266 b02a1e92dba2
equal deleted inserted replaced
6264:62d59a87daad 6265:a6944f94c19f
    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;