MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / ShowFatalMessageBox

Method ShowFatalMessageBox

PanzerChasm/log.cpp:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void Log::ShowFatalMessageBox( const std::string& error_message )
17{
18 SDL_ShowSimpleMessageBox(
19 SDL_MESSAGEBOX_ERROR,
20 "Fatal error",
21 error_message.c_str(),
22 nullptr );
23}
24
25} // namespace PanzerChasm

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected