renamed a few more members and changed some switch statements
[physics.git] / src / Effects / GravityWell.h
index ea13a22..a23574a 100644 (file)
@@ -18,8 +18,8 @@
 #ifndef GRAVITYWELL_H
 #define GRAVITYWELL_H
 
-#include <pg/Vector2.h>
-using namespace pg;
+#include <bear/Vector2.h>
+using namespace bear;
 
 #include "Effect.h"
 
@@ -37,7 +37,7 @@ class GravityWell: public Effect
     void setPosition(const Vector2&);
 
   private:
-    Vector2 position;
+    Vector2 m_position;
 };
 
 #endif // GRAVITYWELL_H