project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h
changeset 5157 a5a6ffc56141
parent 5156 641abe679bf0
child 5206 db775bddf771
equal deleted inserted replaced
5156:641abe679bf0 5157:a5a6ffc56141
    35     NSString *savePath;
    35     NSString *savePath;
    36     EngineProtocolNetwork *engineProtocol;
    36     EngineProtocolNetwork *engineProtocol;
    37 
    37 
    38     NSInteger ipcPort;  // Port on which engine will listen
    38     NSInteger ipcPort;  // Port on which engine will listen
    39     TGameType gameType;
    39     TGameType gameType;
    40     TGameStatus gameStatus;
       
    41 }
    40 }
    42 
    41 
    43 @property (nonatomic,retain) UIViewController *parentController;
    42 @property (nonatomic,retain) UIViewController *parentController;
    44 @property (nonatomic,retain) NSDictionary *systemSettings;
    43 @property (nonatomic,retain) NSDictionary *systemSettings;
    45 @property (nonatomic,retain) NSString *savePath;
    44 @property (nonatomic,retain) NSString *savePath;
    47 @property (nonatomic,retain) OverlayViewController *overlayController;
    46 @property (nonatomic,retain) OverlayViewController *overlayController;
    48 @property (nonatomic,retain) EngineProtocolNetwork *engineProtocol;
    47 @property (nonatomic,retain) EngineProtocolNetwork *engineProtocol;
    49 
    48 
    50 @property (assign) NSInteger ipcPort;
    49 @property (assign) NSInteger ipcPort;
    51 @property (assign) TGameType gameType;
    50 @property (assign) TGameType gameType;
    52 @property (assign) TGameStatus gameStatus;
       
    53 
    51 
    54 
    52 
    55 -(id)   initWithController:(id) viewController;
    53 -(id)   initWithController:(id) viewController;
    56 -(void) startLocalGame:(NSDictionary *)withDictionary;
    54 -(void) startLocalGame:(NSDictionary *)withDictionary;
    57 -(void) startSaveGame:(NSString *)atPath;
    55 -(void) startSaveGame:(NSString *)atPath;