X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEntities%2FBall.h;h=c3a117881a896b366cc02f527c9c3e234ce56a24;hb=5e0713e5967be038b1b0cc5f0ffbd0180e3f7099;hp=a42d7258a5cb22926f5bb521882441bf5f665b37;hpb=e68f847b245153427266841ae724d602ca434c29;p=physics.git diff --git a/src/Entities/Ball.h b/src/Entities/Ball.h index a42d725..c3a1178 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 ***** @@ -34,7 +36,7 @@ class Ball: public PhysicsEntity float getRadius() const; - protected: + //protected: float radius; const float* color; };