3 #include <lazarus/ECS/ECSEngine.h>
virtual void update(ECSEngine &engine)=0
Virtual update method.
Interface for objects that can be updated by the ECS engine when it ticks.
Definition: Updateable.h:15
Main driver to work with entities, components and systems.
Definition: ECSEngine.h:27