| 35 | } |
| 36 | |
| 37 | MYGUIEXPORT void MYGUICALL ExportDemo_Run() |
| 38 | { |
| 39 | assert(instance); |
| 40 | instance->run(); |
| 41 | |
| 42 | instance->setFrameEvent(nullptr); |
| 43 | instance->destroy(); |
| 44 | delete instance; |
| 45 | instance = nullptr; |
| 46 | } |
| 47 | |
| 48 | MYGUIEXPORT void MYGUICALL ExportDemo_Shutdown() |
| 49 | { |
no test coverage detected