diff -r 2c06b1120749 -r 00215a7ec5f5 project_files/HedgewarsMobile/Classes/CreationChamber.h --- a/project_files/HedgewarsMobile/Classes/CreationChamber.h Fri Dec 29 22:37:31 2017 +0100 +++ b/project_files/HedgewarsMobile/Classes/CreationChamber.h Sat Dec 30 01:22:11 2017 +0100 @@ -24,18 +24,18 @@ } -+(void) createFirstLaunch; -+(void) createSettings; ++ (void)createFirstLaunch; ++ (void)createSettings; -+(void) createTeamNamed:(NSString *)nameWithoutExt; -+(void) createTeamNamed:(NSString *)nameWithoutExt ofType:(NSInteger) type; -+(void) createTeamNamed:(NSString *)nameWithoutExt ofType:(NSInteger) type controlledByAI:(BOOL) shouldAITakeOver; ++ (void)createTeamNamed:(NSString *)nameWithoutExt; ++ (void)createTeamNamed:(NSString *)nameWithoutExt ofType:(NSInteger)type; ++ (void)createTeamNamed:(NSString *)nameWithoutExt ofType:(NSInteger)type controlledByAI:(BOOL) shouldAITakeOver; -+(void) createWeaponNamed:(NSString *)nameWithoutExt; -+(void) createWeaponNamed:(NSString *)nameWithoutExt ofType:(NSInteger) type; ++ (void)createWeaponNamed:(NSString *)nameWithoutExt; ++ (void)createWeaponNamed:(NSString *)nameWithoutExt ofType:(NSInteger)type; -+(void) createSchemeNamed:(NSString *)nameWithoutExt; -+(void) createSchemeNamed:(NSString *)nameWithoutExt ofType:(NSInteger) type; ++ (void)createSchemeNamed:(NSString *)nameWithoutExt; ++ (void)createSchemeNamed:(NSString *)nameWithoutExt ofType:(NSInteger)type; @end