#include #include #include #include namespace kurator { namespace engine { Context::Context(entt::registry& registry_, entt::dispatcher& dispatcher_, Clock& clock_) : registry {registry_}, dispatcher {dispatcher_}, clock {clock_} { } } // namespace engine } // namespace kurator