renamed libpg to libbear
[physics.git] / src / Entities / Ball.h
index a42d725..c3a1178 100644 (file)
 #ifndef BALL_H
 #define BALL_H
 
+#include <bear/Vector2.h>
+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;
 };