project_files/HedgewarsMobile/Classes/CommodityFunctions.h
changeset 3548 4d220ee7c75f
parent 3547 02875b1145b7
child 3616 85d69ddb41b6
equal deleted inserted replaced
3547:02875b1145b7 3548:4d220ee7c75f
    34 #define FORTS_DIRECTORY()       [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/Data/Forts/"]
    34 #define FORTS_DIRECTORY()       [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/Data/Forts/"]
    35 #define THEMES_DIRECTORY()      [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/Data/Themes/"]
    35 #define THEMES_DIRECTORY()      [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/Data/Themes/"]
    36 #define MAPS_DIRECTORY()        [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/Data/Maps/"]
    36 #define MAPS_DIRECTORY()        [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/Data/Maps/"]
    37 #define VOICES_DIRECTORY()      [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/Data/Sounds/voices/"]
    37 #define VOICES_DIRECTORY()      [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/Data/Sounds/voices/"]
    38 
    38 
    39 #define MSG_MEMCLEAN()          DLog(@"has cleaned up some memory"); print_free_memory()
    39 #define MSG_MEMCLEAN()          DLog(@"has cleaned up some memory");
    40 #define MSG_DIDUNLOAD()         DLog(@"did unload");
    40 #define MSG_DIDUNLOAD()         DLog(@"unloaded");
    41 
    41 
    42 void createTeamNamed (NSString *nameWithoutExt);
    42 void createTeamNamed (NSString *nameWithoutExt);
    43 void createWeaponNamed (NSString *nameWithoutExt);
    43 void createWeaponNamed (NSString *nameWithoutExt);
    44 void createSchemeNamed (NSString *nameWithoutExt);
    44 void createSchemeNamed (NSString *nameWithoutExt);
    45 BOOL rotationManager (UIInterfaceOrientation interfaceOrientation);
    45 BOOL rotationManager (UIInterfaceOrientation interfaceOrientation);