project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h
changeset 11572 28afdaa159cb
parent 10108 c68cf030eded
child 12872 00215a7ec5f5
equal deleted inserted replaced
11571:b709768e720c 11572:28afdaa159cb
    32 @property (assign) NSInteger port;
    32 @property (assign) NSInteger port;
    33 
    33 
    34 +(void) startLocalGame:(NSDictionary *)withOptions;
    34 +(void) startLocalGame:(NSDictionary *)withOptions;
    35 +(void) startSaveGame:(NSString *)atPath;
    35 +(void) startSaveGame:(NSString *)atPath;
    36 +(void) startMissionGame:(NSString *)withScript;
    36 +(void) startMissionGame:(NSString *)withScript;
       
    37 +(void) startCampaignMissionGameWithScript:(NSString *)missionScriptName forCampaign:(NSString *)campaignName;
    37 +(void) startSimpleGame;
    38 +(void) startSimpleGame;
    38 
    39 
    39 +(void) registerCallingController:(UIViewController *)controller;
    40 +(void) registerCallingController:(UIViewController *)controller;
    40 
    41 
    41 @end
    42 @end