X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEntities%2FPoint.h;h=bfc83f3dfaa49895843eac8b93d79bc46200ed6c;hb=389bf8fdd7e1b8f4fe21e5a9fdb477d40d03d829;hp=e0277f77cea4050b8e9e4c7c71d6866ae62ccf8f;hpb=3d1f081343dc603a3292538eeb9bd794b255deb6;p=physics.git diff --git a/src/Entities/Point.h b/src/Entities/Point.h index e0277f7..bfc83f3 100644 --- a/src/Entities/Point.h +++ b/src/Entities/Point.h @@ -18,8 +18,10 @@ #ifndef POINT_H #define POINT_H +#include +using namespace bear; + #include "Particle.h" -#include "Vector2.h" /// ***** Header Class ***** @@ -34,7 +36,7 @@ class Point: public Particle virtual void draw(); protected: - float radius; + float m_radius; // color };