19 #ifndef LVL_EVENTENGINE_H
20 #define LVL_EVENTENGINE_H
23 #include <common_features/event_queue.h>
45 void processTimers(
float tickTime);
46 void triggerEvent(QString event);
48 QList<QList<LVL_EventAction > > workingEvents;
49 QHash<QString, QList<LVL_EventAction >> events;
52 #endif // LVL_EVENTENGINE_H
Contains data structure definitions for a level file data.
Definition: lvl_event_engine.h:39
Level specific Classic Event Entry structure.
Definition: lvl_filedata.h:321
Definition: lvl_event_engine.h:28