| 212 | } |
| 213 | |
| 214 | void SdlBaseManager::createGui() |
| 215 | { |
| 216 | mGUI = new MyGUI::Gui(); |
| 217 | mGUI->initialise(mResourceFileName); |
| 218 | |
| 219 | SDL_StartTextInput(); |
| 220 | } |
| 221 | |
| 222 | void SdlBaseManager::destroyGui() |
| 223 | { |
nothing calls this directly
no test coverage detected