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