diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-06-03 08:47:13 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-06-03 08:47:13 -0400 |
commit | f4632d58014dce0edc2d447dc934bae9cf957439 (patch) | |
tree | ef6018e960d1111f414be9e24fb3d21d2ba693c8 /include/entities.hpp | |
parent | 2e6369f4dbe2b49a3cb8bec3bacd6559c9733a55 (diff) |
coolarray, particles are good now
Diffstat (limited to 'include/entities.hpp')
-rw-r--r-- | include/entities.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/entities.hpp b/include/entities.hpp index 61ecc43..e406397 100644 --- a/include/entities.hpp +++ b/include/entities.hpp @@ -419,6 +419,8 @@ public: Structures *stu; + Particles(void){} + // creates a particle with the desired characteristics Particles(float x, float y, float w, float h, float vx, float vy, Color c, float d); |