project_files/HedgewarsMobile/Classes/CommodityFunctions.h
changeset 3621 a8ddf681ba7d
parent 3616 85d69ddb41b6
child 3670 4c673e57f0d7
equal deleted inserted replaced
3620:c28a86f379f6 3621:a8ddf681ba7d
    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 ();