diff --git a/physics_object.hpp b/physics_object.hpp index 07b5c88..862cc37 100644 --- a/physics_object.hpp +++ b/physics_object.hpp @@ -3,10 +3,10 @@ #include #include -#include "state.hpp" #include "object.hpp" +#include "state.hpp" -class PhysicsObject : class Object { +class PhysicsObject : public Object { protected: sf::Vector2f velocity; float mass;