X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEntities%2FWindParticle.h;h=9893dee29659991e5a95dfef2612d265a49094d1;hb=HEAD;hp=5b954b37420f726ccf901dc43e05dd8c0e810e34;hpb=e68f847b245153427266841ae724d602ca434c29;p=physics.git diff --git a/src/Entities/WindParticle.h b/src/Entities/WindParticle.h index 5b954b3..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 };