project_files/HedgewarsMobile/Classes/CommodityFunctions.h
changeset 6000 dbcebcd3d79f
parent 5994 3c578f531cc1
equal deleted inserted replaced
5998:e8f44e9433f0 6000:dbcebcd3d79f
    62 #define IS_VERY_POWERFUL(x)     (IS_NOT_POWERFUL(x) == NO && IS_NOT_VERY_POWERFUL(x) == NO)
    62 #define IS_VERY_POWERFUL(x)     (IS_NOT_POWERFUL(x) == NO && IS_NOT_VERY_POWERFUL(x) == NO)
    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);
       
    68 NSInteger randomPort (void);
    67 NSInteger randomPort (void);
    69 
    68 
    70 NSString *getModelType (void);
    69 NSString *getModelType (void);
    71 NSArray *getAvailableColors (void);
    70 NSArray *getAvailableColors (void);
    72 
    71