aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/EventSystem.cpp
diff options
context:
space:
mode:
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();
}
-