git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@184 92aac97c-a6ce-11dd-a772-7fcde58d38e6

This commit is contained in:
chappuis.daniel 2009-07-21 20:34:52 +00:00
parent b4c9d69926
commit 0cf368e23c

View File

@ -23,7 +23,13 @@
// Libraries
#include "body/RigidBody.h"
#include "engine/DynamicWorld.h"
#include "engine/CollisionWorld.h"
#include "engine/DynamicEngine.h"
#include "engine/CollisionEngine.h"
#include "body/BoundingVolume.h"
#include "body/OBB.h"
// TODO : We have to include the new files here
// Alias to the ReactPhysics3D namespace
namespace rp3d = reactphysics3d;