1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Implement #10666: ShowMessageBox on Android (#10817)

This commit is contained in:
Michael Steenbeek
2020-02-24 13:48:32 +01:00
committed by GitHub
parent 938f2a891f
commit e36d8f03e6

View File

@@ -44,7 +44,7 @@ namespace OpenRCT2::Ui
{
log_verbose(message.c_str());
STUB();
SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_WARNING, "OpenRCT2", message.c_str(), window);
}
std::string ShowFileDialog(SDL_Window* window, const FileDialogDesc& desc) override