MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / showMessageBox

Function showMessageBox

src/OpenLoco/src/Ui.cpp:522–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520 }
521
522 void showMessageBox(const std::string& title, const std::string& message)
523 {
524 SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_BUTTON_RETURNKEY_DEFAULT, title.c_str(), message.c_str(), _window);
525 }
526
527 static Config::Resolution getDisplayResolutionByMode(Config::ScreenMode mode)
528 {

Callers 5

exitWithErrorFunction · 0.85
mainFunction · 0.85
resolveLocoInstallPathFunction · 0.85
autoCreateDirectoryFunction · 0.85
loadLanguageStringTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected