31 template <
typename EventType>
virtual void receive(ECSEngine &engine, const EventType &event)=0
Called when the EventListener receives an event from the ECS engine.
Interface for objects that react to events of a certain type.
Definition: EventListener.h:32
Definition: EventListener.h:5
Main driver to work with entities, components and systems.
Definition: ECSEngine.h:27