renamed libpg to libbear
[physics.git] / src / Entities / Ball.h
index d4d43a7..c3a1178 100644 (file)
 #ifndef BALL_H
 #define BALL_H
 
+#include <bear/Vector2.h>
+using namespace bear;
+
 #include "PhysicsEntity.h"
-#include "../Vector2.h"
 
 
 /// ***** Header Class *****