project_files/HedgewarsMobile/ExtraCategories.h
changeset 6209 074ab6ebcb3e
parent 6208 b831679e9467
--- a/project_files/HedgewarsMobile/ExtraCategories.h	Tue Oct 25 22:51:10 2011 +0200
+++ b/project_files/HedgewarsMobile/ExtraCategories.h	Wed Oct 26 00:30:35 2011 +0200
@@ -22,6 +22,13 @@
 #import <Foundation/Foundation.h>
 
 
+@interface UIScreen (safe)
+
+-(CGFloat) safeScale;
+
+@end
+
+
 @interface UITableView (backgroundColor)
 
 -(void) setBackgroundColorForAnyTable:(UIColor *)color;