| 39 | } |
| 40 | |
| 41 | void BaseManager::createGuiPlatform() |
| 42 | { |
| 43 | mPlatform = new MyGUI::OpenGLESPlatform(); |
| 44 | setupResources(); |
| 45 | mPlatform->initialise(this); |
| 46 | } |
| 47 | |
| 48 | void BaseManager::destroyGuiPlatform() |
| 49 | { |
nothing calls this directly
no test coverage detected