20 #ifndef ANTKEEPER_GAME_METABOLIC_SYSTEM_HPP
21 #define ANTKEEPER_GAME_METABOLIC_SYSTEM_HPP
33 virtual void update(
float t,
float dt);
46 float m_time_scale{1.0f};
Abstract base class for updatable systems.
entity::registry & registry
Registry on which the system operate.
entt::registry registry
Component registry type.
constexpr mat4< T > scale(const vec3< T > &v)
Constructs a scale matrix.