massive cleaning of file section headers
[physics.git] / src / Entities / Particle.h
index 76c7187..6843366 100644 (file)
@@ -4,12 +4,15 @@
 #include "Entity.h"
 #include "../Vector2.h"
 
+
 /// NOTE to SELF
 // a Particle should be drawn for at least the next frame
 // ie. creating a particle using ParticleE(Vector2),
 // should draw the particle once THEN kill it
 
+
 /// ***** Header Class *****
+
 class Particle: public Entity
 {
     protected: