MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / SetMessageBoxTitle

Function SetMessageBoxTitle

misc/error.cpp:231–231  ·  view source on GitHub ↗

Sets the title for future OutrageMessageBox() dialogs

Source from the content-addressed store, hash-verified

229
230// Sets the title for future OutrageMessageBox() dialogs
231void SetMessageBoxTitle(const char *title) { strncpy(Messagebox_title, title, sizeof(Messagebox_title)); }
232
233#define BUF_LEN 1024
234

Callers 4

WinMainFunction · 0.85
InitSystemsFunction · 0.85
RecordExceptionInfoFunction · 0.85
PreInitD3SystemsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected