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