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

Method registerObject

source/Gui/MainLoopEntityController.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <ranges>
4
5void MainLoopEntityController::registerObject(AbstractMainLoopEntity* object)
6{
7 _objects.emplace_back(object);
8}
9
10void MainLoopEntityController::shutdown()
11{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected