equal
deleted
inserted
replaced
62 #define IS_VERY_POWERFUL(x) (IS_NOT_POWERFUL(x) == NO && IS_NOT_VERY_POWERFUL(x) == NO) |
62 #define IS_VERY_POWERFUL(x) (IS_NOT_POWERFUL(x) == NO && IS_NOT_VERY_POWERFUL(x) == NO) |
63 |
63 |
64 #define UIVIEW_HW_SDLVIEW [[[[UIApplication sharedApplication] keyWindow] subviews] objectAtIndex:0] |
64 #define UIVIEW_HW_SDLVIEW [[[[UIApplication sharedApplication] keyWindow] subviews] objectAtIndex:0] |
65 |
65 |
66 void print_free_memory (void); |
66 void print_free_memory (void); |
67 void playSound (NSString *snd); |
|
68 NSInteger randomPort (void); |
67 NSInteger randomPort (void); |
69 |
68 |
70 NSString *getModelType (void); |
69 NSString *getModelType (void); |
71 NSArray *getAvailableColors (void); |
70 NSArray *getAvailableColors (void); |
72 |
71 |