project_files/HedgewarsMobile/Classes/CommodityFunctions.h
changeset 3783 8e9daf967406
parent 3780 7c704e69242e
child 3829 81db3c85784b
equal deleted inserted replaced
3782:dc3531e49e4c 3783:8e9daf967406
    46 NSInteger randomPort ();
    46 NSInteger randomPort ();
    47 void popError (const char *title, const char *message);
    47 void popError (const char *title, const char *message);
    48 void print_free_memory ();
    48 void print_free_memory ();
    49 BOOL isPhone ();
    49 BOOL isPhone ();
    50 NSString *modelType ();
    50 NSString *modelType ();
       
    51 void playSound (NSString *snd);