| 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 | { |
no outgoing calls
no test coverage detected