MCPcopy Create free account
hub / github.com/ddnet/ddnet / ShowMessageBoxWithoutGraphics

Function ShowMessageBoxWithoutGraphics

src/engine/client/backend_sdl.cpp:881–884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

mainFunction · 0.85
ShowMessageBoxMethod · 0.85

Calls 1

ShowMessageBoxImplFunction · 0.85

Tested by

no test coverage detected