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