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/example | |
parent | 73be15cee971c3f7b0a96b678e813179aad8633d (diff) |
make format
Diffstat (limited to 'src/example')
-rw-r--r-- | src/example/rendering_particle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example/rendering_particle.cpp b/src/example/rendering_particle.cpp index 005ee3a..13e625f 100644 --- a/src/example/rendering_particle.cpp +++ b/src/example/rendering_particle.cpp @@ -1,6 +1,7 @@ #include "api/Asset.h" #include <crepe/Component.h> #include <crepe/api/Animator.h> +#include <crepe/api/Button.h> #include <crepe/api/Camera.h> #include <crepe/api/Color.h> #include <crepe/api/GameObject.h> @@ -9,7 +10,6 @@ #include <crepe/api/Rigidbody.h> #include <crepe/api/Sprite.h> #include <crepe/api/Transform.h> -#include <crepe/api/Button.h> #include <crepe/manager/ComponentManager.h> #include <crepe/manager/Mediator.h> #include <crepe/types.h> |