MCPcopy Create free account
hub / github.com/MyGUI/mygui / ExportDemo_Shutdown

Function ExportDemo_Shutdown

Wrappers/MyGUI_RenderWindow_Export/MyGUI_Export.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 MYGUIEXPORT void MYGUICALL ExportDemo_Shutdown()
49 {
50 assert(instance);
51 instance->quit();
52 }
53}
54
55#ifdef _MANAGED

Callers 2

ShutdownMethod · 0.85
ShutdownMethod · 0.85

Calls 1

quitMethod · 0.80

Tested by

no test coverage detected