project_files/HedgewarsMobile/Classes/CommodityFunctions.h
changeset 4510 ce9b8206e681
parent 4507 0f9b86942c19
child 4512 c6aff8ceada0
--- a/project_files/HedgewarsMobile/Classes/CommodityFunctions.h	Sat Dec 11 23:28:52 2010 +0300
+++ b/project_files/HedgewarsMobile/Classes/CommodityFunctions.h	Sun Dec 12 05:23:37 2010 +0100
@@ -75,3 +75,10 @@
 UILabel *createLabelWithParams (NSString *title, CGRect frame, CGFloat borderWidth, UIColor *borderColor, UIColor *backgroundColor);
 
 CGSize PSPNGSizeFromMetaData (NSString *aFileName);
+
+@interface NSString (extra)
+
+-(NSString *) getMD5hash;
+
+@end
+