aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/LoopTimer.cpp
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-11 18:20:10 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-11 18:20:10 +0100
commitec7a4af3e1cc0ebfe2c6df21f15575a1b1abbd6c (patch)
treee36dc2b7c2b700fb7c38e87f61ad1f8400187496 /src/crepe/api/LoopTimer.cpp
parente7dc31dad155b7b623374d3bb0ffbb8a8f579d2a (diff)
fixed some headers
Diffstat (limited to 'src/crepe/api/LoopTimer.cpp')
-rw-r--r--src/crepe/api/LoopTimer.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/crepe/api/LoopTimer.cpp b/src/crepe/api/LoopTimer.cpp
index f68d75a..16d813f 100644
--- a/src/crepe/api/LoopTimer.cpp
+++ b/src/crepe/api/LoopTimer.cpp
@@ -1,7 +1,9 @@
-#include "LoopTimer.h"
+
#include "../facade/SDLContext.h"
#include "../util/log.h"
+#include "LoopTimer.h"
+
using namespace crepe;
LoopTimer::LoopTimer() { dbg_trace(); }