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

Function AppCreate

engine/engine/src/engine_main.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29extern "C" void dmExportedSymbols(); // Found in "__exported_symbols.cpp"
30
31static void AppCreate(void* _ctx)
32{
33 (void)_ctx;
34 dmEngineInitialize();
35}
36
37static void AppDestroy(void* _ctx)
38{

Callers

nothing calls this directly

Calls 1

dmEngineInitializeFunction · 0.85

Tested by

no test coverage detected