MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / shutdownFramework

Method shutdownFramework

framework/framework.cpp:710–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708}
709
710void Framework::shutdownFramework()
711{
712 LogInfo("Shutdown framework");
713 p->ProgramStages.clear();
714 p->quitProgram = true;
715}
716
717enum class ScreenMode
718{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected