X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEntities%2FBall.h;h=fd525b0087d294f34dffda332ade6fc82ca556d1;hb=HEAD;hp=4e3219bfe0492ac5c1e627c2ec74f24a7460ea0a;hpb=3d1f081343dc603a3292538eeb9bd794b255deb6;p=physics.git diff --git a/src/Entities/Ball.h b/src/Entities/Ball.h index 4e3219b..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