massive cleaning of file section headers
[physics.git] / src / Entities / Point.h
index 459729c..27812b2 100644 (file)
@@ -4,12 +4,9 @@
 #include "Particle.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 Point: public Particle
 {
     public: