| 20 | } |
| 21 | |
| 22 | void DemoKeeper::createScene() |
| 23 | { |
| 24 | MyGUI::Gui::getInstance().eventFrameStart += MyGUI::newDelegate(this, &DemoKeeper::notifyFrameStart); |
| 25 | } |
| 26 | |
| 27 | void DemoKeeper::destroyScene() |
| 28 | { |
nothing calls this directly
no test coverage detected