From fecbe5681a5723191d8c3b4d4f9956cad8322ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A9o=20Delabre?= Date: Tue, 8 Mar 2016 21:16:45 +0100 Subject: [PATCH] Suppression des constantes physiques de la classe centrale --- engine.hpp | 4 ---- 1 file changed, 4 deletions(-) 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(); /**