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

Function ExportDemo_Initialise

Wrappers/MyGUI_RenderWindow_Export/MyGUI_Export.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 DemoKeeper* instance = nullptr;
24
25 MYGUIEXPORT void MYGUICALL ExportDemo_Initialise()
26 {
27 assert(!instance);
28 instance = new DemoKeeper();
29 instance->create();
30 }
31
32 MYGUIEXPORT void MYGUICALL ExportDemo_AddFrameDelegate(HandleFrameStart _delegate)
33 {

Callers 2

InitialiseMethod · 0.85
InitialiseMethod · 0.85

Calls 1

createMethod · 0.45

Tested by

no test coverage detected