aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/EventSystem.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-12-12 22:45:30 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-12-12 22:45:30 +0100
commit1d1c256eea43a3d0685919ed2997e10990ef639f (patch)
tree99f85ea9d8852ba3e33a05df699f028f29d3f9d1 /src/crepe/system/EventSystem.cpp
parent23196be83778973d9688cc5d465e4e4a16476568 (diff)
`make format`
Diffstat (limited to 'src/crepe/system/EventSystem.cpp')
-rw-r--r--src/crepe/system/EventSystem.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/crepe/system/EventSystem.cpp b/src/crepe/system/EventSystem.cpp
index 5475798..7e168ab 100644
--- a/src/crepe/system/EventSystem.cpp
+++ b/src/crepe/system/EventSystem.cpp
@@ -1,5 +1,5 @@
-#include "../manager/EventManager.h"
#include "EventSystem.h"
+#include "../manager/EventManager.h"
using namespace crepe;
@@ -7,4 +7,3 @@ void EventSystem::fixed_update() {
EventManager & ev = this->mediator.event_manager;
ev.dispatch_events();
}
-