project_files/HedgewarsMobile/Classes/CommodityFunctions.h
changeset 3930 8b00b4f93242
parent 3926 668b71f31e51
child 3941 017b2b31e1c6
equal deleted inserted replaced
3928:2560731c860d 3930:8b00b4f93242
    56 void createSchemeNamed (NSString *nameWithoutExt);
    56 void createSchemeNamed (NSString *nameWithoutExt);
    57 void print_free_memory ();
    57 void print_free_memory ();
    58 void playSound (NSString *snd);
    58 void playSound (NSString *snd);
    59 void popError (const char *title, const char *message);
    59 void popError (const char *title, const char *message);
    60 BOOL rotationManager (UIInterfaceOrientation interfaceOrientation);
    60 BOOL rotationManager (UIInterfaceOrientation interfaceOrientation);
    61 BOOL isPhone ();
    61 BOOL isApplePhone ();
    62 NSInteger randomPort ();
    62 NSInteger randomPort ();
    63 NSString *modelType ();
    63 NSString *modelType ();
    64 NSArray *getAvailableColors(void);
    64 NSArray *getAvailableColors(void);