diff -r c28a86f379f6 -r a8ddf681ba7d project_files/HedgewarsMobile/Classes/UIImageExtra.h --- a/project_files/HedgewarsMobile/Classes/UIImageExtra.h Sat Jul 03 15:31:36 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/UIImageExtra.h Sun Jul 04 00:33:59 2010 +0200 @@ -15,6 +15,7 @@ -(UIImage *)mergeWith:(UIImage *)secondImage atPoint:(CGPoint) secondImagePoint; -(UIImage *)mergeWith:(UIImage *)secondImage atPoint:(CGPoint) secondImagePoint atSize:(CGSize) resultingSize; -(id) initWithContentsOfFile:(NSString *)path andCutAt:(CGRect) rect; +-(UIImage *)cutAt:(CGRect) rect; -(UIImage *)convertToGrayScale; -(UIImage *)maskImageWith:(UIImage *)maskImage; -(UIImage *)makeRoundCornersOfSize:(CGSize) sizewh;