20 #ifndef ANTKEEPER_GAME_LOCOMOTION_SYSTEM_HPP
21 #define ANTKEEPER_GAME_LOCOMOTION_SYSTEM_HPP
33 void update(
float t,
float dt)
override;
36 void update_legged(
float t,
float dt);
37 void update_winged(
float t,
float dt);
void update(float t, float dt) override
Perform's a system's update() function.
locomotion_system(entity::registry ®istry)
Abstract base class for updatable systems.
entity::registry & registry
Registry on which the system operate.
entt::registry registry
Component registry type.