21 #include "../../SDL_internal.h" 23 #if SDL_VIDEO_DRIVER_UIKIT 25 extern SDL_bool UIKit_ShowingMessageBox();
27 extern int UIKit_ShowMessageBox(
const SDL_MessageBoxData *messageboxdata,
int *buttonid);
MessageBox structure containing title, text, window, etc.