MCPcopy Create free account
hub / github.com/alecthomas/entityx / SystemManager

Method SystemManager

entityx/System.h:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83class SystemManager : entityx::help::NonCopyable {
84 public:
85 SystemManager(EntityManager &entity_manager,
86 EventManager &event_manager) :
87 entity_manager_(entity_manager),
88 event_manager_(event_manager) {}
89
90 /**
91 * Add a System to the SystemManager.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected