X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEntities%2FWindParticle.h;h=9893dee29659991e5a95dfef2612d265a49094d1;hb=HEAD;hp=d50fbe7145909c1ebe0a6842d437520113db32dc;hpb=3d1f081343dc603a3292538eeb9bd794b255deb6;p=physics.git diff --git a/src/Entities/WindParticle.h b/src/Entities/WindParticle.h index d50fbe7..9893dee 100644 --- a/src/Entities/WindParticle.h +++ b/src/Entities/WindParticle.h @@ -18,8 +18,10 @@ #ifndef WINDPARTICLE_H #define WINDPARTICLE_H +#include +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 };