renamed libpg to libbear
[physics.git] / src / Entities / Point.h
index ede27d2..901040f 100644 (file)
 #ifndef POINT_H
 #define POINT_H
 
+#include <bear/Vector2.h>
+using namespace bear;
+
 #include "Particle.h"
-#include "../Vector2.h"
 
 
 /// ***** Header Class *****