fix public

This commit is contained in:
2025-06-09 14:04:00 +03:00
parent 373111a3eb
commit b5ec861332

View File

@@ -4,7 +4,8 @@
(1 << x) (1 << x)
#define VE_EVENT_OVERIDE()\ #define VE_EVENT_OVERIDE()\
void on_event(VE::event& e) override public:\
void on_event(VE::event& e) override
#define VE_OVERIDE()\ #define VE_OVERIDE()\
public:\ public:\