project_files/HedgewarsMobile/Classes/CreationChamber.h
changeset 6865 fe19af8278e6
parent 6832 fae8fd118da9
child 10108 c68cf030eded
equal deleted inserted replaced
6864:6fdd23cdeaeb 6865:fe19af8278e6
    22 
    22 
    23 @interface CreationChamber : NSObject {
    23 @interface CreationChamber : NSObject {
    24 
    24 
    25 }
    25 }
    26 
    26 
       
    27 +(void) createFirstLaunch;
    27 +(void) createSettings;
    28 +(void) createSettings;
    28 
    29 
    29 +(void) createTeamNamed:(NSString *)nameWithoutExt;
    30 +(void) createTeamNamed:(NSString *)nameWithoutExt;
    30 +(void) createTeamNamed:(NSString *)nameWithoutExt ofType:(NSInteger) type;
    31 +(void) createTeamNamed:(NSString *)nameWithoutExt ofType:(NSInteger) type;
    31 +(void) createTeamNamed:(NSString *)nameWithoutExt ofType:(NSInteger) type controlledByAI:(BOOL) shouldAITakeOver;
    32 +(void) createTeamNamed:(NSString *)nameWithoutExt ofType:(NSInteger) type controlledByAI:(BOOL) shouldAITakeOver;