diff options
author | max-001 <maxsmits21@kpnmail.nl> | 2024-11-06 14:44:45 +0100 |
---|---|---|
committer | max-001 <maxsmits21@kpnmail.nl> | 2024-11-06 14:44:45 +0100 |
commit | 36230ae0dc7a8784ef34123508efdbe571fe4869 (patch) | |
tree | fb2ffb54c76ecfdfdb4ad0f50dc54a44fa7fe7c3 /src/example/particle.cpp | |
parent | 84685b757f9b11653760bbb0f8b3d22ade8c523d (diff) |
Make format
Diffstat (limited to 'src/example/particle.cpp')
-rw-r--r-- | src/example/particle.cpp | 2 |
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; |