cocoaTouch/otherSrc/CommodityFunctions.h
changeset 3365 37ac593e9027
parent 3364 e5403e2bf02c
child 3373 c1ff724a5c34
equal deleted inserted replaced
3364:e5403e2bf02c 3365:37ac593e9027
    27 #define VOICES_DIRECTORY()      [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/Data/Sounds/voices/"]
    27 #define VOICES_DIRECTORY()      [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/Data/Sounds/voices/"]
    28 #define FLAGS_DIRECTORY()       [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/Data/Graphics/Flags/"]
    28 #define FLAGS_DIRECTORY()       [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/Data/Graphics/Flags/"]
    29 
    29 
    30 void createTeamNamed (NSString *nameWithoutExt);
    30 void createTeamNamed (NSString *nameWithoutExt);
    31 BOOL rotationManager (UIInterfaceOrientation interfaceOrientation);
    31 BOOL rotationManager (UIInterfaceOrientation interfaceOrientation);
    32 
    32 NSInteger randomPort();