changed src so the libpg headers are now used
[physics.git] / src / Entities / Ball.h
index a42d725..e4267e8 100644 (file)
@@ -18,8 +18,9 @@
 #ifndef BALL_H
 #define BALL_H
 
+#include <pg/Vector2.h>
+
 #include "PhysicsEntity.h"
-#include "../Vector2.h"
 
 
 /// ***** Header Class *****
@@ -34,7 +35,7 @@ class Ball: public PhysicsEntity
 
     float getRadius() const;
 
-  protected:
+  //protected:
     float radius;
     const float* color;
 };