cocoaTouch/otherSrc/CommodityFunctions.h
changeset 3487 b1d00f1950c8
parent 3479 972ae3ec178a
child 3490 016b3172b645
equal deleted inserted replaced
3486:e1b1a4c18c5b 3487:b1d00f1950c8
    32 #define FORTS_DIRECTORY()       [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/Data/Forts/"]
    32 #define FORTS_DIRECTORY()       [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/Data/Forts/"]
    33 #define THEMES_DIRECTORY()      [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/Data/Themes/"]
    33 #define THEMES_DIRECTORY()      [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/Data/Themes/"]
    34 #define MAPS_DIRECTORY()        [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/Data/Maps/"]
    34 #define MAPS_DIRECTORY()        [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/Data/Maps/"]
    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");
       
    38 
    37 void createTeamNamed (NSString *nameWithoutExt);
    39 void createTeamNamed (NSString *nameWithoutExt);
    38 void createSchemeNamed (NSString *nameWithoutExt);
    40 void createSchemeNamed (NSString *nameWithoutExt);
    39 BOOL rotationManager (UIInterfaceOrientation interfaceOrientation);
    41 BOOL rotationManager (UIInterfaceOrientation interfaceOrientation);
    40 NSInteger randomPort ();
    42 NSInteger randomPort ();
    41 void popError (const char *title, const char *message);
    43 void popError (const char *title, const char *message);