| 60 | } |
| 61 | |
| 62 | void BaseManager::createGuiPlatform() |
| 63 | { |
| 64 | mPlatform = new MyGUI::DirectXPlatform(); |
| 65 | setupResources(); |
| 66 | mPlatform->initialise(mDevice); |
| 67 | } |
| 68 | |
| 69 | void BaseManager::destroyGuiPlatform() |
| 70 | { |
nothing calls this directly
no test coverage detected