mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Make EventQueueNode part of LightClass
This commit is contained in:
parent
840002b63a
commit
854c1980cc
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ public:
|
|||
#define NODE_CANCEL 1
|
||||
#define NODE_FIXED_EVENT 2
|
||||
|
||||
class EventQueueNode
|
||||
class EventQueueNode : public LightClass
|
||||
{
|
||||
public:
|
||||
Event *event;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue