equal
deleted
inserted
replaced
35 #define VOICES_DIRECTORY() [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/Data/Sounds/voices/"] |
35 #define VOICES_DIRECTORY() [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/Data/Sounds/voices/"] |
36 |
36 |
37 #define MSG_MEMCLEAN() DLog(@"has cleaned up some memory"); |
37 #define MSG_MEMCLEAN() DLog(@"has cleaned up some memory"); |
38 #define MSG_DIDUNLOAD() DLog(@"unloaded"); |
38 #define MSG_DIDUNLOAD() DLog(@"unloaded"); |
39 |
39 |
|
40 #define CURRENT_AMMOSIZE 46 |
|
41 |
40 void createTeamNamed (NSString *nameWithoutExt); |
42 void createTeamNamed (NSString *nameWithoutExt); |
41 void createWeaponNamed (NSString *nameWithoutExt); |
43 void createWeaponNamed (NSString *nameWithoutExt); |
42 void createSchemeNamed (NSString *nameWithoutExt); |
44 void createSchemeNamed (NSString *nameWithoutExt); |
43 BOOL rotationManager (UIInterfaceOrientation interfaceOrientation); |
45 BOOL rotationManager (UIInterfaceOrientation interfaceOrientation); |
44 NSInteger randomPort (); |
46 NSInteger randomPort (); |