X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEntities%2FBall.h;h=fd525b0087d294f34dffda332ade6fc82ca556d1;hb=HEAD;hp=e4267e801cce94fe437b5b46930eb2b45125ca11;hpb=f32a9b7c8eab3536ad354f85ee65c41d5b5da006;p=physics.git diff --git a/src/Entities/Ball.h b/src/Entities/Ball.h index e4267e8..fd525b0 100644 --- a/src/Entities/Ball.h +++ b/src/Entities/Ball.h @@ -18,7 +18,8 @@ #ifndef BALL_H #define BALL_H -#include +#include +using namespace bear; #include "PhysicsEntity.h" @@ -36,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