renamed libpg to libbear
[physics.git] / src / Entities / Point.h
index 2f993cc..901040f 100644 (file)
@@ -18,8 +18,8 @@
 #ifndef POINT_H
 #define POINT_H
 
-#include <pg/Vector2.h>
-using namespace pg;
+#include <bear/Vector2.h>
+using namespace bear;
 
 #include "Particle.h"