MCPcopy Create free account
hub / github.com/defold/defold / AppDestroy

Function AppDestroy

engine/engine/src/engine_main.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37static void AppDestroy(void* _ctx)
38{
39 (void)_ctx;
40 dmEngineFinalize();
41}
42
43static int EngineMain(int argc, char *argv[])
44{

Callers

nothing calls this directly

Calls 1

dmEngineFinalizeFunction · 0.85

Tested by

no test coverage detected