| 104 | } |
| 105 | |
| 106 | void BaseManager::createGuiPlatform() |
| 107 | { |
| 108 | setupResources(); |
| 109 | Ogre::ResourceGroupManager::getSingleton().initialiseAllResourceGroups(); |
| 110 | mPlatform = new MyGUI::OgrePlatform(); |
| 111 | mPlatform->initialise(mWindow, mSceneManager, MyGuiResourceGroup); |
| 112 | } |
| 113 | |
| 114 | void BaseManager::destroyGuiPlatform() |
| 115 | { |
nothing calls this directly
no test coverage detected