diff --git a/engine.hpp b/engine.hpp index ec014c7..2845a25 100644 --- a/engine.hpp +++ b/engine.hpp @@ -22,10 +22,6 @@ private: std::vector> objects; public: - static constexpr float GRAVITY = 10; - static constexpr float ATTRACTION = 10; - static constexpr float MOVE = 10; - Engine(); /**