project_files/HedgewarsMobile/Classes/CommodityFunctions.h
changeset 4505 4a8f87eb67cb
parent 4476 4bf74e158f44
child 4507 0f9b86942c19
--- a/project_files/HedgewarsMobile/Classes/CommodityFunctions.h	Sat Dec 11 01:55:16 2010 +0100
+++ b/project_files/HedgewarsMobile/Classes/CommodityFunctions.h	Sat Dec 11 02:30:03 2010 +0100
@@ -58,6 +58,7 @@
 #define IS_DUALHEAD()           ([[UIScreen class] respondsToSelector:@selector(screens)] && [[UIScreen screens] count] > 1)
 #define IS_IPAD()               (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
 #define IS_NOT_POWERFUL()       ([modelType() hasPrefix:@"iPhone1"] || [modelType() hasPrefix:@"iPod1,1"] || [modelType() hasPrefix:@"iPod2,1"])
+#define IS_NOT_VERY_POWERFUL()  ([modelType() hasPrefix:@"iPad1"]   || [modelType() hasPrefix:@"iPhone2"] || [modelId hasPrefix:@"iPod3"])
 
 #define DEFAULT_NETGAME_PORT    46631