finished changes to deps directory building
[physics.git] / src / Entities / WindParticle.h
index b03aebb..9893dee 100644 (file)
@@ -18,8 +18,8 @@
 #ifndef WINDPARTICLE_H
 #define WINDPARTICLE_H
 
-#include <pg/Vector2.h>
-using namespace pg;
+#include <bear/Vector2.h>
+using namespace bear;
 
 #include "Point.h"
 
@@ -35,7 +35,7 @@ class WindParticle: public Point
         virtual void update(float);
 
      protected:
-        float radius;
+        float m_radius;
         // color
 };