renamed a few more members and changed some switch statements
[physics.git] / src / Entities / Point.h
index 2f993cc..bfc83f3 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"
 
@@ -36,7 +36,7 @@ class Point: public Particle
         virtual void draw();
 
      protected:
-        float radius;
+        float m_radius;
         // color
 };