| 879 | } |
| 880 | |
| 881 | std::optional<int> ShowMessageBoxWithoutGraphics(const IGraphics::CMessageBox &MessageBox) |
| 882 | { |
| 883 | return ShowMessageBoxImpl(MessageBox, nullptr); |
| 884 | } |
| 885 | |
| 886 | std::optional<int> CGraphicsBackend_SDL_GL::ShowMessageBox(const IGraphics::CMessageBox &MessageBox) |
| 887 | { |
no test coverage detected