project_files/HedgewarsMobile/Classes/CommodityFunctions.h
changeset 3670 4c673e57f0d7
parent 3621 a8ddf681ba7d
child 3703 12d17c6e8855
equal deleted inserted replaced
3668:3f7a95234d8a 3670:4c673e57f0d7
    44 void createSchemeNamed (NSString *nameWithoutExt);
    44 void createSchemeNamed (NSString *nameWithoutExt);
    45 BOOL rotationManager (UIInterfaceOrientation interfaceOrientation);
    45 BOOL rotationManager (UIInterfaceOrientation interfaceOrientation);
    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 
    49 BOOL isPhone ();
       
    50 NSString *modelType ();