aboutsummaryrefslogtreecommitdiff
path: root/src/example/particle.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-05 16:14:32 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-05 16:14:32 +0100
commit5b248d068a94902be9ca4d00fe07d551f64c49b9 (patch)
treeb4a68b85c2298cb93d53010e09f09ca44c29a2cf /src/example/particle.cpp
parentb770475741b7c33d57331f3139c55a3f237ad274 (diff)
`make format`
Diffstat (limited to 'src/example/particle.cpp')
-rw-r--r--src/example/particle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example/particle.cpp b/src/example/particle.cpp
index 83b1e8a..47ad2e2 100644
--- a/src/example/particle.cpp
+++ b/src/example/particle.cpp
@@ -5,9 +5,9 @@
#include <crepe/Component.h>
#include <crepe/ComponentManager.h>
#include <crepe/Particle.h>
-#include <crepe/facade/SDLApp.h>
#include <crepe/api/GameObject.h>
#include <crepe/api/ParticleEmitter.h>
+#include <crepe/facade/SDLApp.h>
#include <crepe/system/ParticleSystem.h>
using namespace crepe;