MCPcopy Create free account
hub / github.com/diasurgical/devilution / MsgBox

Function MsgBox

Source/appfat.cpp:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void MsgBox(const char *pszFmt, va_list va)
27{
28 char text[256];
29
30 vsnprintf(text, 256, pszFmt, va);
31
32 UiErrorOkDialog("Error", text);
33}
34
35void FreeDlg()
36{

Callers 1

app_fatalFunction · 0.85

Calls 1

UiErrorOkDialogFunction · 0.85

Tested by

no test coverage detected