aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Event.h
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-13 15:40:52 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-13 15:40:52 +0100
commit9ce53b197953e66189febeaa434255b848647993 (patch)
tree1f7a3ae029754399c1e5fd23ab1266caec163012 /src/crepe/api/Event.h
parent408eb1fb5932a683a65db79afed6a300e18db5c6 (diff)
make format
Diffstat (limited to 'src/crepe/api/Event.h')
-rw-r--r--src/crepe/api/Event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/api/Event.h b/src/crepe/api/Event.h
index 87c6068..cffa5da 100644
--- a/src/crepe/api/Event.h
+++ b/src/crepe/api/Event.h
@@ -1,8 +1,8 @@
#pragma once
-#include <typeindex>
+#include "KeyCodes.h"
#include <iostream>
#include <string>
-#include "KeyCodes.h"
+#include <typeindex>
class Event {
public: