diff -r d8fa5a85d24f -r 8c0cc07731e5 project_files/HedgewarsMobile/Classes/UIImageExtra.h --- a/project_files/HedgewarsMobile/Classes/UIImageExtra.h Fri Sep 30 22:33:28 2011 -0400 +++ b/project_files/HedgewarsMobile/Classes/UIImageExtra.h Sun Oct 02 00:57:04 2011 +0200 @@ -24,7 +24,8 @@ @interface UIImage (extra) -CGFloat getScreenScale(void); ++(UIImage *)whiteImage:(CGSize) ofSize; ++(CGSize) imageSizeFromMetadataOf:(NSString *)aFileName; -(UIImage *)scaleToSize:(CGSize) size; -(UIImage *)mergeWith:(UIImage *)secondImage atPoint:(CGPoint) secondImagePoint; @@ -34,6 +35,5 @@ -(UIImage *)convertToNegative; -(UIImage *)maskImageWith:(UIImage *)maskImage; -(UIImage *)makeRoundCornersOfSize:(CGSize) sizewh; -+(UIImage *)whiteImage:(CGSize) ofSize; @end