equal
deleted
inserted
replaced
22 #import <Foundation/Foundation.h> |
22 #import <Foundation/Foundation.h> |
23 |
23 |
24 void createSettings (void); |
24 void createSettings (void); |
25 void createTeamNamed (NSString *nameWithoutExt); |
25 void createTeamNamed (NSString *nameWithoutExt); |
26 void createWeaponNamed (NSString *nameWithoutExt, int type); |
26 void createWeaponNamed (NSString *nameWithoutExt, int type); |
27 void createSchemeNamed (NSString *nameWithoutExt); |
27 void createSchemeNamed (NSString *nameWithoutExt, int type); |