project_files/HedgewarsMobile/Classes/CommodityFunctions.h
changeset 4281 e033cf015b2c
parent 4115 222b8016c773
child 4290 82f1f1d819c0
equal deleted inserted replaced
4279:b697a26ed538 4281:e033cf015b2c
    58 #define IS_NOT_POWERFUL()       ([modelType() hasPrefix:@"iPhone1"] || [modelType() hasPrefix:@"iPod1,1"] || [modelType() hasPrefix:@"iPod2,1"])
    58 #define IS_NOT_POWERFUL()       ([modelType() hasPrefix:@"iPhone1"] || [modelType() hasPrefix:@"iPod1,1"] || [modelType() hasPrefix:@"iPod2,1"])
    59 
    59 
    60 #define DEFAULT_NETGAME_PORT    46631
    60 #define DEFAULT_NETGAME_PORT    46631
    61 
    61 
    62 
    62 
    63 void createTeamNamed (NSString *nameWithoutExt);
       
    64 void createWeaponNamed (NSString *nameWithoutExt, int type);
       
    65 void createSchemeNamed (NSString *nameWithoutExt);
       
    66 void print_free_memory (void);
    63 void print_free_memory (void);
    67 void playSound (NSString *snd);
    64 void playSound (NSString *snd);
    68 void popError (const char *title, const char *message);
    65 void popError (const char *title, const char *message);
    69 BOOL rotationManager (UIInterfaceOrientation interfaceOrientation);
    66 BOOL rotationManager (UIInterfaceOrientation interfaceOrientation);
    70 BOOL isApplePhone (void);
    67 BOOL isApplePhone (void);