X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEntities%2FBall.h;h=fd525b0087d294f34dffda332ade6fc82ca556d1;hb=HEAD;hp=c3a117881a896b366cc02f527c9c3e234ce56a24;hpb=5e0713e5967be038b1b0cc5f0ffbd0180e3f7099;p=physics.git diff --git a/src/Entities/Ball.h b/src/Entities/Ball.h index c3a1178..fd525b0 100644 --- a/src/Entities/Ball.h +++ b/src/Entities/Ball.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