diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-11 17:08:56 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-11 17:08:56 +0100 |
commit | 535a809becd27288dcfe6d2cca00b60745ca457b (patch) | |
tree | d0001f300f1c6c6c4da13818f0f392a9bc758d3f /src/test | |
parent | 73be15cee971c3f7b0a96b678e813179aad8633d (diff) |
make format
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/Profiling.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/Profiling.cpp b/src/test/Profiling.cpp index 825df8d..35f52dc 100644 --- a/src/test/Profiling.cpp +++ b/src/test/Profiling.cpp @@ -17,11 +17,11 @@ #include <crepe/api/Rigidbody.h> #include <crepe/api/Script.h> #include <crepe/api/Transform.h> +#include <crepe/facade/SDLContext.h> #include <crepe/manager/ComponentManager.h> #include <crepe/manager/EventManager.h> #include <crepe/system/CollisionSystem.h> #include <crepe/system/ScriptSystem.h> -#include <crepe/facade/SDLContext.h> #include <crepe/types.h> #include <crepe/util/Log.h> |