| 13 | } |
| 14 | |
| 15 | void BaseManager::createGuiPlatform() |
| 16 | { |
| 17 | mPlatform = new MyGUI::DummyPlatform(); |
| 18 | setupResources(); |
| 19 | mPlatform->initialise(); |
| 20 | } |
| 21 | |
| 22 | void BaseManager::destroyGuiPlatform() |
| 23 | { |
nothing calls this directly
no test coverage detected