diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-17 20:12:30 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-17 20:12:30 +0100 |
commit | eb9c76082d7d0ee0c3e55cb8eadfa5f8978bd8f2 (patch) | |
tree | 97b0a6c7ae7e0feaba856a1e3e3836fa91a4dc0b /src/crepe/api/Event.h | |
parent | b421eec1073c1fb4b99d46cc36c5c9cbd8d3c4a7 (diff) |
button improvements
Diffstat (limited to 'src/crepe/api/Event.h')
-rw-r--r-- | src/crepe/api/Event.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/crepe/api/Event.h b/src/crepe/api/Event.h index b0dd931..a03bb54 100644 --- a/src/crepe/api/Event.h +++ b/src/crepe/api/Event.h @@ -3,9 +3,10 @@ #include <string> -#include "api/KeyCodes.h" #include "types.h" +#include "api/KeyCodes.h" + namespace crepe { /** |