project_files/HedgewarsMobile/Classes/UIImageExtra.h
changeset 3621 a8ddf681ba7d
parent 3547 02875b1145b7
child 3829 81db3c85784b
--- 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;