project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h
changeset 6719 d2afc6b2d88e
parent 6700 e04da46ee43c
child 6832 fae8fd118da9
equal deleted inserted replaced
6718:686ebfd50f56 6719:d2afc6b2d88e
    34 @property (nonatomic,retain) EngineProtocolNetwork *proto;
    34 @property (nonatomic,retain) EngineProtocolNetwork *proto;
    35 
    35 
    36 +(void) startLocalGame:(NSDictionary *)withOptions;
    36 +(void) startLocalGame:(NSDictionary *)withOptions;
    37 +(void) startSaveGame:(NSString *)atPath;
    37 +(void) startSaveGame:(NSString *)atPath;
    38 +(void) startMissionGame:(NSString *)withScript;
    38 +(void) startMissionGame:(NSString *)withScript;
       
    39 +(void) startSimpleGame;
    39 
    40 
    40 +(void) registerCallingController:(UIViewController *)controller;
    41 +(void) registerCallingController:(UIViewController *)controller;
    41 
    42 
    42 @end
    43 @end