MCPcopy Create free account
hub / github.com/Meridian59/Meridian59 / ShowProgress

Function ShowProgress

roomedit/source/save.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46static TLevelProgressDialog *pProgressDialog = NULL;
47
48void ShowProgress (int objtype)
49{
50 assert (pProgressDialog != NULL);
51
52 pProgressDialog->ShowNodesProgress (objtype);
53}
54
55
56// Reinterpret bit pattern of f as an int. Needed because the security field

Callers 1

SaveLevelDataFunction · 0.85

Calls 1

ShowNodesProgressMethod · 0.80

Tested by

no test coverage detected