From f6e27099b294d55c15a6b5dad13cda7730a17a71 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Wed, 17 Oct 2012 21:55:45 +0200 Subject: Doxygen/comment fixes and some #include refactoring --- src/physics/physics.cpp | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'src/physics/physics.cpp') diff --git a/src/physics/physics.cpp b/src/physics/physics.cpp index a3c680b..f56f81d 100644 --- a/src/physics/physics.cpp +++ b/src/physics/physics.cpp @@ -14,29 +14,32 @@ // * You should have received a copy of the GNU General Public License // * along with this program. If not, see http://www.gnu.org/licenses/. -// physics.cpp +#include "physics/physics.h" -#include -#include - -#include "math/geometry.h" -#include "graphics/engine/engine.h" -#include "common/global.h" #include "common/event.h" +#include "common/global.h" #include "common/iman.h" + +#include "graphics/engine/camera.h" +#include "graphics/engine/engine.h" #include "graphics/engine/lightman.h" +#include "graphics/engine/pyro.h" #include "graphics/engine/terrain.h" #include "graphics/engine/water.h" -#include "graphics/engine/camera.h" -#include "graphics/engine/pyro.h" -#include "script/cmdtoken.h" -#include "physics/physics.h" + +#include "math/geometry.h" + #include "object/brain.h" #include "object/motion/motion.h" #include "object/motion/motionhuman.h" #include "object/task/task.h" +#include "script/cmdtoken.h" + +#include +#include + const float LANDING_SPEED = 3.0f; -- cgit v1.2.3-1-g7c22