removed all ../ entries and made a basic inc path (dependencies are currently broke)
[physics.git] / src / Entities / Ball.h
index a42d725..4e3219b 100644 (file)
@@ -19,7 +19,7 @@
 #define BALL_H
 
 #include "PhysicsEntity.h"
-#include "../Vector2.h"
+#include "Vector2.h"
 
 
 /// ***** Header Class *****
@@ -34,7 +34,7 @@ class Ball: public PhysicsEntity
 
     float getRadius() const;
 
-  protected:
+  //protected:
     float radius;
     const float* color;
 };