aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-14 13:49:40 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-14 13:49:40 +0100
commitc17233b10bd8e35bead60c5f44bb8a14836d755f (patch)
tree5031d3ac2761bf6a00e3e1696daed93d8f74f045 /src/crepe/api
parent2389b23459cf5b01c6ea1cbbcfeb2043e26e0a0c (diff)
keyboard state working
Diffstat (limited to 'src/crepe/api')
-rw-r--r--src/crepe/api/Event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Event.h b/src/crepe/api/Event.h
index d353a5b..4e57b45 100644
--- a/src/crepe/api/Event.h
+++ b/src/crepe/api/Event.h
@@ -3,7 +3,7 @@
#include <string>
-#include "KeyCodes.h"
+#include "api/KeyCodes.h"
#include "types.h"
namespace crepe {