renamed libpg to libbear
[physics.git] / src / Entities / Ball.h
index e4267e8..c3a1178 100644 (file)
@@ -18,7 +18,8 @@
 #ifndef BALL_H
 #define BALL_H
 
-#include <pg/Vector2.h>
+#include <bear/Vector2.h>
+using namespace bear;
 
 #include "PhysicsEntity.h"