project_files/HedgewarsMobile/Classes/CommodityFunctions.h
changeset 4290 82f1f1d819c0
parent 4281 e033cf015b2c
child 4476 4bf74e158f44
equal deleted inserted replaced
4287:7dbdc862097c 4290:82f1f1d819c0
    68 NSInteger randomPort (void);
    68 NSInteger randomPort (void);
    69 NSString *modelType (void);
    69 NSString *modelType (void);
    70 NSArray *getAvailableColors (void);
    70 NSArray *getAvailableColors (void);
    71 UILabel *createBlueLabel (NSString *title, CGRect frame);
    71 UILabel *createBlueLabel (NSString *title, CGRect frame);
    72 UILabel *createLabelWithParams (NSString *title, CGRect frame, CGFloat borderWidth, UIColor *borderColor, UIColor *backgroundColor);
    72 UILabel *createLabelWithParams (NSString *title, CGRect frame, CGFloat borderWidth, UIColor *borderColor, UIColor *backgroundColor);
       
    73 
       
    74 CGSize PSPNGSizeFromMetaData (NSString *aFileName);