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

Function TestEngienFinalize

engine/engine/src/test/test_engine.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48static void TestEngienFinalize(void* _ctx)
49{
50 dmEngineFinalize();
51}
52
53static bool g_ExitRequested = false;
54static int g_ExitCode = 0;

Callers

nothing calls this directly

Calls 1

dmEngineFinalizeFunction · 0.85

Tested by

no test coverage detected