MCPcopy Create free account
hub / github.com/chrxh/alien / shutdown

Method shutdown

source/Gui/MainLoopEntityController.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10void MainLoopEntityController::shutdown()
11{
12 for (auto const& object : _objects | std::views::reverse) {
13 object->shutdown();
14 }
15}
16
17void MainLoopEntityController::process()
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected