diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-11-10 19:18:58 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-11-10 19:18:58 +0100 |
commit | 46716724df7697fa789329a62f7a5444ceed5585 (patch) | |
tree | 13ea64f194074f28effe2bf150532b5ebf76fece /src/crepe/Particle.cpp | |
parent | 0006e959643f0150acd230b174287a85d4cb3255 (diff) |
changed includes
Diffstat (limited to 'src/crepe/Particle.cpp')
-rw-r--r-- | src/crepe/Particle.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/Particle.cpp b/src/crepe/Particle.cpp index cb2ef0d..3777db0 100644 --- a/src/crepe/Particle.cpp +++ b/src/crepe/Particle.cpp @@ -1,7 +1,5 @@ #include "Particle.h" -#include "api/Transform.h" - using namespace crepe; void Particle::reset(uint32_t lifespan, Vector2 position, Vector2 velocity, double angle) { |