| 23 | DemoKeeper* instance = nullptr; |
| 24 | |
| 25 | MYGUIEXPORT void MYGUICALL ExportDemo_Initialise() |
| 26 | { |
| 27 | assert(!instance); |
| 28 | instance = new DemoKeeper(); |
| 29 | instance->create(); |
| 30 | } |
| 31 | |
| 32 | MYGUIEXPORT void MYGUICALL ExportDemo_AddFrameDelegate(HandleFrameStart _delegate) |
| 33 | { |
no test coverage detected