X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEntities%2FLine.h;h=02169d6bc234cd05ea73477e9befc5bcbabcf760;hb=617dcc71d9a71663f63fb56ffac2505b45bf91b9;hp=5798655b768aa0732b7b92407ea87560fd1430e7;hpb=5f1f55d185e7587999ec4755c00d133a140d7de2;p=physics.git diff --git a/src/Entities/Line.h b/src/Entities/Line.h index 5798655..02169d6 100644 --- a/src/Entities/Line.h +++ b/src/Entities/Line.h @@ -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 Line: public Particle { public: