| 29 | extern "C" void dmExportedSymbols(); // Found in "__exported_symbols.cpp" |
| 30 | |
| 31 | static void AppCreate(void* _ctx) |
| 32 | { |
| 33 | (void)_ctx; |
| 34 | dmEngineInitialize(); |
| 35 | } |
| 36 | |
| 37 | static void AppDestroy(void* _ctx) |
| 38 | { |
nothing calls this directly
no test coverage detected