X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEntities%2FBall.h;h=fd525b0087d294f34dffda332ade6fc82ca556d1;hb=fd1a93a71bc0222dd77f56c145d550cb6f7829bc;hp=a42d7258a5cb22926f5bb521882441bf5f665b37;hpb=e68f847b245153427266841ae724d602ca434c29;p=physics.git diff --git a/src/Entities/Ball.h b/src/Entities/Ball.h index a42d725..fd525b0 100644 --- a/src/Entities/Ball.h +++ b/src/Entities/Ball.h @@ -18,8 +18,10 @@ #ifndef BALL_H #define BALL_H +#include +using namespace bear; + #include "PhysicsEntity.h" -#include "../Vector2.h" /// ***** Header Class ***** @@ -34,9 +36,9 @@ class Ball: public PhysicsEntity float getRadius() const; - protected: - float radius; - const float* color; + //protected: + float m_radius; + const float* m_color; }; #endif // BALL_H