diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2025-01-06 01:57:03 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2025-01-06 01:57:03 -0600 |
| commit | c2d27bf9446da2c38233688c5cb60158f831eecd (patch) | |
| tree | e30f5cee7ba2756144126c08186e04e5ed966547 /src/port/hooks/impl/EventSystem.h | |
| parent | 34c94df42d3c2075d454c2730abfe548bcacd8ad (diff) | |
Moved katt to hookskatt-hook
Diffstat (limited to 'src/port/hooks/impl/EventSystem.h')
| -rw-r--r-- | src/port/hooks/impl/EventSystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/hooks/impl/EventSystem.h b/src/port/hooks/impl/EventSystem.h index bd6a2569..2d586ae6 100644 --- a/src/port/hooks/impl/EventSystem.h +++ b/src/port/hooks/impl/EventSystem.h @@ -35,7 +35,7 @@ typedef struct { #define DEFINE_EVENT(eventName, ...) \ typedef struct { \ IEvent event; \ - __VA_ARGS__ \ + __VA_ARGS__; \ } eventName; \ \ DECLARE_EVENT(eventName) |
