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

Function ExportPlatform_Create

Wrappers/MyGUI_Export/ExportPlatform.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 MyGUI::ExportPlatform* mPlatform = nullptr;
9
10 MYGUIEXPORT void MYGUICALL ExportPlatform_Create(Convert<const std::string&>::Type _logName)
11 {
12 mPlatform = new MyGUI::ExportPlatform();
13 mPlatform->initialise(Convert<const std::string&>::From(_logName));
14 }
15
16 MYGUIEXPORT void MYGUICALL ExportPlatform_Destroy()
17 {

Callers 1

CreatePlatformMethod · 0.85

Calls 1

initialiseMethod · 0.45

Tested by

no test coverage detected