diff -r 025d50a6aeb0 -r 7050772ae46a project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h --- a/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h Wed Nov 02 09:48:29 2011 +0100 +++ b/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h Wed Nov 02 16:31:16 2011 +0100 @@ -25,17 +25,13 @@ @class OverlayViewController; @interface GameInterfaceBridge : NSObject { - UIViewController *parentController; - NSString *savePath; EngineProtocolNetwork *engineProtocol; NSInteger ipcPort; // Port on which engine will listen } -@property (assign) UIViewController *parentController; @property (nonatomic,retain) NSString *savePath; - @property (nonatomic,retain) EngineProtocolNetwork *engineProtocol; @property (assign) NSInteger ipcPort; @@ -46,8 +42,6 @@ -(void) startSaveGame:(NSString *)atPath; -(void) startMissionGame:(NSString *)withScript; --(void) prepareEngineLaunch; --(void) engineLaunch; -(void) gameHasEndedWithStats:(NSArray *)stats; @end