Loading...
Searching...
No Matches
Go to the documentation of this file.
17#define DECLARE_EVENT(name, type) \
19 static constexpr char const* ID = #name; \
20 using payload_t = type; \
28#define DECLARE_VOID_EVENT(name) \
30 static constexpr char const* ID = #name; \
31 using payload_t = void; \