project_files/HedgewarsMobile/Classes/CommodityFunctions.h
changeset 5994 3c578f531cc1
parent 5982 283be2ca54a7
child 6000 dbcebcd3d79f
equal deleted inserted replaced
5993:412ada3d2041 5994:3c578f531cc1
    63 
    63 
    64 #define UIVIEW_HW_SDLVIEW       [[[[UIApplication sharedApplication] keyWindow] subviews] objectAtIndex:0]
    64 #define UIVIEW_HW_SDLVIEW       [[[[UIApplication sharedApplication] keyWindow] subviews] objectAtIndex:0]
    65 
    65 
    66 void print_free_memory (void);
    66 void print_free_memory (void);
    67 void playSound (NSString *snd);
    67 void playSound (NSString *snd);
    68 BOOL isApplePhone (void);
       
    69 NSInteger randomPort (void);
    68 NSInteger randomPort (void);
    70 
    69 
    71 NSString *getModelType (void);
    70 NSString *getModelType (void);
    72 NSArray *getAvailableColors (void);
    71 NSArray *getAvailableColors (void);
    73 
    72