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