Make EventQueueNode part of LightClass

This commit is contained in:
smallmodel 2025-02-18 21:46:25 +01:00
parent 840002b63a
commit 854c1980cc
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -408,7 +408,7 @@ public:
#define NODE_CANCEL 1
#define NODE_FIXED_EVENT 2
class EventQueueNode
class EventQueueNode : public LightClass
{
public:
Event *event;