project_files/HedgewarsMobile/Classes/CommodityFunctions.h
changeset 3917 4c243b1eac97
parent 3916 e7d665a4ef42
child 3923 694e6f6e0e30
equal deleted inserted replaced
3916:e7d665a4ef42 3917:4c243b1eac97
    61 void popError (const char *title, const char *message);
    61 void popError (const char *title, const char *message);
    62 BOOL rotationManager (UIInterfaceOrientation interfaceOrientation);
    62 BOOL rotationManager (UIInterfaceOrientation interfaceOrientation);
    63 BOOL isPhone ();
    63 BOOL isPhone ();
    64 NSInteger randomPort ();
    64 NSInteger randomPort ();
    65 NSString *modelType ();
    65 NSString *modelType ();
       
    66 NSArray *getAvailableColors(void);