project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h
changeset 5696 972bf04d4a79
parent 5206 db775bddf771
child 6083 72c882c0fd0f
equal deleted inserted replaced
5695:f1015857deb8 5696:972bf04d4a79
    36 
    36 
    37     NSInteger ipcPort;  // Port on which engine will listen
    37     NSInteger ipcPort;  // Port on which engine will listen
    38     TGameType gameType;
    38     TGameType gameType;
    39 }
    39 }
    40 
    40 
    41 @property (nonatomic,retain) UIViewController *parentController;
    41 @property (assign) UIViewController *parentController;
    42 @property (nonatomic,retain) NSString *savePath;
    42 @property (nonatomic,retain) NSString *savePath;
    43 
    43 
    44 @property (nonatomic,retain) OverlayViewController *overlayController;
    44 @property (nonatomic,retain) OverlayViewController *overlayController;
    45 @property (nonatomic,retain) EngineProtocolNetwork *engineProtocol;
    45 @property (nonatomic,retain) EngineProtocolNetwork *engineProtocol;
    46 
    46