diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-13 15:40:52 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-13 15:40:52 +0100 |
commit | 9ce53b197953e66189febeaa434255b848647993 (patch) | |
tree | 1f7a3ae029754399c1e5fd23ab1266caec163012 /src/crepe/api/Event.h | |
parent | 408eb1fb5932a683a65db79afed6a300e18db5c6 (diff) |
make format
Diffstat (limited to 'src/crepe/api/Event.h')
-rw-r--r-- | src/crepe/api/Event.h | 4 |
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: |