renamed libpg to libbear
[physics.git] / src / Effects / GravityWell.h
index 443512d..1d9f7e5 100644 (file)
@@ -18,7 +18,8 @@
 #ifndef GRAVITYWELL_H
 #define GRAVITYWELL_H
 
-#include <pg/Vector2.h>
+#include <bear/Vector2.h>
+using namespace bear;
 
 #include "Effect.h"