diff options
Diffstat (limited to 'include/events.hpp')
-rw-r--r-- | include/events.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/events.hpp b/include/events.hpp index d98d52a..6a9bd8c 100644 --- a/include/events.hpp +++ b/include/events.hpp @@ -16,7 +16,7 @@ struct MouseScrollEvent { : scrollDistance(sd) {} int scrollDistance; - }; +}; struct KeyDownEvent { KeyDownEvent(SDL_Keycode kc = 0) |