named members m_* to quite -Wshadow
[physics.git] / src / Entities / Ball.h
index 6b7c4c9..fd525b0 100644 (file)
@@ -18,8 +18,8 @@
 #ifndef BALL_H
 #define BALL_H
 
-#include <pg/Vector2.h>
-using namespace pg;
+#include <bear/Vector2.h>
+using namespace bear;
 
 #include "PhysicsEntity.h"
 
@@ -37,8 +37,8 @@ class Ball: public PhysicsEntity
     float getRadius() const;
 
   //protected:
-    float radius;
-    const float* color;
+    float m_radius;
+    const float* m_color;
 };
 
 #endif // BALL_H