aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Particle.h
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2024-11-10 18:11:57 +0100
committerJAROWMR <jarorutjes07@gmail.com>2024-11-10 18:11:57 +0100
commit760351abd1a6609a8fe0de1269ac69ea275f4250 (patch)
treeceab451ef6970afb2742a26d478c8d96278added /src/crepe/Particle.h
parent89b06f2c342a7f5e528dd37d96c5a7ffb90cd16c (diff)
improved readablity code
Diffstat (limited to 'src/crepe/Particle.h')
-rw-r--r--src/crepe/Particle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crepe/Particle.h b/src/crepe/Particle.h
index 77c3ea3..88a015d 100644
--- a/src/crepe/Particle.h
+++ b/src/crepe/Particle.h
@@ -14,6 +14,7 @@ namespace crepe {
* to simulate movement and can also be reset or stopped.
*/
class Particle {
+ // TODO: add friend particleSsytem and rendersystem. Unit test will fail.
public:
//! Position of the particle in 2D space.
Vector2 position;