project_files/HedgewarsMobile/Classes/CommodityFunctions.h
changeset 5483 fc755bb8096d
parent 5455 df05cdb998ed
child 5662 99083392cd4f
equal deleted inserted replaced
5482:c047e70c53f4 5483:fc755bb8096d
    74 
    74 
    75 UILabel *createBlueLabel (NSString *title, CGRect frame);
    75 UILabel *createBlueLabel (NSString *title, CGRect frame);
    76 UILabel *createLabelWithParams (NSString *title, CGRect frame, CGFloat borderWidth, UIColor *borderColor, UIColor *backgroundColor);
    76 UILabel *createLabelWithParams (NSString *title, CGRect frame, CGFloat borderWidth, UIColor *borderColor, UIColor *backgroundColor);
    77 
    77 
    78 CGSize PSPNGSizeFromMetaData (NSString *aFileName);
    78 CGSize PSPNGSizeFromMetaData (NSString *aFileName);
       
    79 BOOL isNetworkReachable (void);
    79 
    80 
    80 @interface NSString (extra)
    81 @interface NSString (extra)
    81 
    82 
    82 -(NSString *) MD5hash;
    83 -(NSString *) MD5hash;
    83 
    84