aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormax-001 <maxsmits21@kpnmail.nl>2024-11-06 14:44:45 +0100
committermax-001 <maxsmits21@kpnmail.nl>2024-11-06 14:44:45 +0100
commit36230ae0dc7a8784ef34123508efdbe571fe4869 (patch)
treefb2ffb54c76ecfdfdb4ad0f50dc54a44fa7fe7c3 /src
parent84685b757f9b11653760bbb0f8b3d22ade8c523d (diff)
Make format
Diffstat (limited to 'src')
-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 733de4e..607530d 100644
--- a/src/example/particle.cpp
+++ b/src/example/particle.cpp
@@ -7,9 +7,9 @@
#include <crepe/Particle.h>
#include <crepe/api/GameObject.h>
#include <crepe/api/ParticleEmitter.h>
+#include <crepe/api/Point.h>
#include <crepe/facade/SDLApp.h>
#include <crepe/system/ParticleSystem.h>
-#include <crepe/api/Point.h>
using namespace crepe;
using namespace std;