project_files/HedgewarsMobile/Classes/CommodityFunctions.h
changeset 3780 7c704e69242e
parent 3737 2ba6ac8a114b
child 3783 8e9daf967406
--- a/project_files/HedgewarsMobile/Classes/CommodityFunctions.h	Sat Aug 28 01:37:21 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/CommodityFunctions.h	Sat Aug 28 02:35:26 2010 +0200
@@ -37,6 +37,7 @@
 
 #define UICOLOR_HW_YELLOW_BODER [UIColor colorWithRed:(CGFloat)0xFE/255 green:(CGFloat)0xC0/255 blue:0 alpha:1]
 #define UICOLOR_HW_YELLOW_TEXT  [UIColor colorWithRed:(CGFloat)0xF0/255 green:(CGFloat)0xD0/255 blue:0 alpha:1]
+#define UICOLOR_HW_DARKBLUE     [UIColor colorWithRed:(CGFloat)0x0F/255 green:0 blue:(CGFloat)0x42/255 alpha:1]
 
 void createTeamNamed (NSString *nameWithoutExt);
 void createWeaponNamed (NSString *nameWithoutExt, int type);