X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEntities%2FBall.h;h=fd525b0087d294f34dffda332ade6fc82ca556d1;hb=HEAD;hp=d4d43a7d67864ff23e49366d1a106d959afcd83b;hpb=54fe85c5d10e60da6a9c9bbde11f7215723da572;p=physics.git diff --git a/src/Entities/Ball.h b/src/Entities/Ball.h index d4d43a7..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 ***** @@ -35,8 +37,8 @@ class Ball: public PhysicsEntity float getRadius() const; //protected: - float radius; - const float* color; + float m_radius; + const float* m_color; }; #endif // BALL_H