X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEntities%2FEntity.h;h=8e70b9949c927d4863518efbbda63ddb63ee65bb;hb=389bf8fdd7e1b8f4fe21e5a9fdb477d40d03d829;hp=91273d5bd3bc537b8d8ed23a7e0c2fb7d84ff64d;hpb=e68f847b245153427266841ae724d602ca434c29;p=physics.git diff --git a/src/Entities/Entity.h b/src/Entities/Entity.h index 91273d5..8e70b99 100644 --- a/src/Entities/Entity.h +++ b/src/Entities/Entity.h @@ -18,7 +18,8 @@ #ifndef ENTITY_H #define ENTITY_H -#include "../Vector2.h" +#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