project_files/HedgewarsMobile/Classes/CommodityFunctions.h
changeset 3703 12d17c6e8855
parent 3670 4c673e57f0d7
child 3737 2ba6ac8a114b
equal deleted inserted replaced
3701:8c449776ebe6 3703:12d17c6e8855
    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
    40 #define CURRENT_AMMOSIZE        46
    41 
    41 
       
    42 #define UICOLOR_HW_YELLOW_BODER [UIColor colorWithRed:(CGFloat)0xFE/255 green:(CGFloat)0xC0/255 blue:0 alpha:1]
       
    43 #define UICOLOR_HW_YELLOW_TEXT  [UIColor colorWithRed:(CGFloat)0xF0/255 green:(CGFloat)0xD0/255 blue:0 alpha:1]
       
    44 
    42 void createTeamNamed (NSString *nameWithoutExt);
    45 void createTeamNamed (NSString *nameWithoutExt);
    43 void createWeaponNamed (NSString *nameWithoutExt);
    46 void createWeaponNamed (NSString *nameWithoutExt);
    44 void createSchemeNamed (NSString *nameWithoutExt);
    47 void createSchemeNamed (NSString *nameWithoutExt);
    45 BOOL rotationManager (UIInterfaceOrientation interfaceOrientation);
    48 BOOL rotationManager (UIInterfaceOrientation interfaceOrientation);
    46 NSInteger randomPort ();
    49 NSInteger randomPort ();