From 38a7abe4b63b45790ece37a9b0c2decd8b31deb3 Mon Sep 17 00:00:00 2001 From: "chappuis.daniel" Date: Fri, 14 Jan 2011 16:04:18 +0000 Subject: [PATCH] Update of the main header git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@411 92aac97c-a6ce-11dd-a772-7fcde58d38e6 --- src/reactphysics3d.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/reactphysics3d.h b/src/reactphysics3d.h index dd7d401a..153e01d2 100644 --- a/src/reactphysics3d.h +++ b/src/reactphysics3d.h @@ -34,6 +34,7 @@ #define REACTPHYSICS3D_H // Libraries +#include "mathematics/mathematics.h" #include "body/RigidBody.h" #include "engine/PhysicsWorld.h" #include "engine/PhysicsEngine.h" @@ -41,9 +42,11 @@ #include "body/OBB.h" #include "body/AABB.h" -// TODO : Use using namespace std in every possible cpp files to increase readability - // Alias to the ReactPhysics3D namespace namespace rp3d = reactphysics3d; +// TODO : Use using namespace std in every possible cpp files to increase readability + + + #endif