*NEW* Current Version on STEAM: 16.026Logfile: EN, DEWebchat:Visit the chat
#if defined (TARGET_OS_IPHONE)#import <UIKit/UIAlert.h>extern "C" void iPhoneMessageBox(const char* pText, const char* pInfo){ UIAlertView *alert = [[UIAlertView alloc] initWithTitle:[NSString stringWithCString:pInfo length:strlen(pInfo)] message:[NSString stringWithCString:pText length:strlen(pText)] delegate:nil cancelButtonTitle:@"OK" otherButtonTitles: nil]; [alert show]; [alert release];}#endif