| 31 | } |
| 32 | |
| 33 | void BaseManager::createGuiPlatform() |
| 34 | { |
| 35 | mPlatform = new MyGUI::OpenGL3Platform(); |
| 36 | setupResources(); |
| 37 | mPlatform->initialise(this); |
| 38 | } |
| 39 | |
| 40 | void BaseManager::destroyGuiPlatform() |
| 41 | { |
nothing calls this directly
no test coverage detected