MCPcopy Create free account
hub / github.com/Prograda/Skybolt / EntitySystem

Method EntitySystem

src/Skybolt/SkyboltSim/System/EntitySystem.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace sim {
14
15EntitySystem::EntitySystem(World* world) :
16 mWorld(world)
17{
18 assert(mWorld);
19}
20
21void EntitySystem::setSimTime(SecondsD newTime)
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected