| 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 | { |
no test coverage detected