diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-09 13:17:47 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-09 13:17:47 +0100 |
commit | d3f39a67d62473661f7a76237ebf6df66e26d506 (patch) | |
tree | c064e28d93bf18707d7df2296c5e97e33556b909 /src/crepe/api/LoopTimer.cpp | |
parent | d3ed3f4daa335bb881dbcf55aa425c602ddbd2f4 (diff) |
more cleanup
Diffstat (limited to 'src/crepe/api/LoopTimer.cpp')
-rw-r--r-- | src/crepe/api/LoopTimer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/LoopTimer.cpp b/src/crepe/api/LoopTimer.cpp index 5e432fc..912493a 100644 --- a/src/crepe/api/LoopTimer.cpp +++ b/src/crepe/api/LoopTimer.cpp @@ -1,7 +1,7 @@ #include "../facade/SDLContext.h" -#include "api/LoopTimer.h" +#include "LoopTimer.h" using namespace crepe; |