diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-17 20:14:58 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-17 20:14:58 +0100 |
commit | 662747cb848c81504c70fbab5c250810394f34df (patch) | |
tree | 903cdbecebc114e3cd0b9f8ee012442624a831db /src/crepe/api | |
parent | 7cc451791ccae906381f4b7e1896b94cfc112563 (diff) |
removed api/
Diffstat (limited to 'src/crepe/api')
-rw-r--r-- | src/crepe/api/Event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Event.h b/src/crepe/api/Event.h index a03bb54..8e38280 100644 --- a/src/crepe/api/Event.h +++ b/src/crepe/api/Event.h @@ -5,7 +5,7 @@ #include "types.h" -#include "api/KeyCodes.h" +#include "KeyCodes.h" namespace crepe { |