diff -r 2560731c860d -r 8b00b4f93242 project_files/HedgewarsMobile/Classes/CommodityFunctions.h --- a/project_files/HedgewarsMobile/Classes/CommodityFunctions.h Thu Oct 07 02:03:01 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/CommodityFunctions.h Thu Oct 07 02:16:29 2010 +0200 @@ -58,7 +58,7 @@ void playSound (NSString *snd); void popError (const char *title, const char *message); BOOL rotationManager (UIInterfaceOrientation interfaceOrientation); -BOOL isPhone (); +BOOL isApplePhone (); NSInteger randomPort (); NSString *modelType (); NSArray *getAvailableColors(void);