project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h
changeset 6266 b02a1e92dba2
parent 6265 a6944f94c19f
child 6301 1259736c0134
equal deleted inserted replaced
6265:a6944f94c19f 6266:b02a1e92dba2
    24 
    24 
    25 @interface GameInterfaceBridge : NSObject {
    25 @interface GameInterfaceBridge : NSObject {
    26 
    26 
    27 }
    27 }
    28 
    28 
    29 
    29 +(void) startLocalGame:(NSDictionary *)withOptions;
    30 -(id)   initWithController:(id) viewController;
    30 +(void) startSaveGame:(NSString *)atPath;
    31 -(void) startLocalGame:(NSDictionary *)withOptions;
    31 +(void) startMissionGame:(NSString *)withScript;
    32 -(void) startSaveGame:(NSString *)atPath;
       
    33 -(void) startMissionGame:(NSString *)withScript;
       
    34 
    32 
    35 @end
    33 @end