| 8 | } |
| 9 | |
| 10 | void MainLoopEntityController::shutdown() |
| 11 | { |
| 12 | for (auto const& object : _objects | std::views::reverse) { |
| 13 | object->shutdown(); |
| 14 | } |
| 15 | } |
| 16 | |
| 17 | void MainLoopEntityController::process() |
| 18 | { |
nothing calls this directly
no outgoing calls
no test coverage detected