renamed a few more members and changed some switch statements
[physics.git] / src / Entities / Entity.h
index ff1db58..8e70b99 100644 (file)
@@ -39,8 +39,8 @@ class Entity
     const Vector2& velocityRaw() const;
 
   protected:
-    Vector2 position;
-    Vector2 velocity;
+    Vector2 m_position;
+    Vector2 m_velocity;
 };
 
 #endif // ENTITY_H