Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
static void AppDestroy(void* _ctx)
38
{
39
(void)_ctx;
40
dmEngineFinalize();
41
}
42
43
static int EngineMain(int argc, char *argv[])
44
{
Callers
nothing calls this directly
Calls
1
dmEngineFinalize
Function · 0.85
Tested by
no test coverage detected