Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
namespace sim {
14
15
EntitySystem::EntitySystem(World* world) :
16
mWorld(world)
17
{
18
assert(mWorld);
19
}
20
21
void EntitySystem::setSimTime(SecondsD newTime)
22
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected