Update of the main header

git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@411 92aac97c-a6ce-11dd-a772-7fcde58d38e6
This commit is contained in:
chappuis.daniel 2011-01-14 16:04:18 +00:00
parent 6838ab89d5
commit 38a7abe4b6

View File

@ -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