| 30 | } |
| 31 | |
| 32 | void ExportRenderManager::initialise() |
| 33 | { |
| 34 | MYGUI_PLATFORM_LOG(Info, "* Initialise: " << getClassTypeName()); |
| 35 | |
| 36 | mUpdate = false; |
| 37 | |
| 38 | MYGUI_PLATFORM_LOG(Info, getClassTypeName() << " successfully initialized"); |
| 39 | } |
| 40 | |
| 41 | void ExportRenderManager::shutdown() |
| 42 | { |
nothing calls this directly
no test coverage detected