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