X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEntities%2FEntity.h;h=8e70b9949c927d4863518efbbda63ddb63ee65bb;hb=389bf8fdd7e1b8f4fe21e5a9fdb477d40d03d829;hp=e59f4fd02079479a77f4672df1aa62866115c26e;hpb=f32a9b7c8eab3536ad354f85ee65c41d5b5da006;p=physics.git diff --git a/src/Entities/Entity.h b/src/Entities/Entity.h index e59f4fd..8e70b99 100644 --- a/src/Entities/Entity.h +++ b/src/Entities/Entity.h @@ -18,7 +18,8 @@ #ifndef ENTITY_H #define ENTITY_H -#include +#include +using namespace bear; /// ***** Header Class ***** @@ -38,8 +39,8 @@ class Entity const Vector2& velocityRaw() const; protected: - Vector2 position; - Vector2 velocity; + Vector2 m_position; + Vector2 m_velocity; }; #endif // ENTITY_H