git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@295 92aac97c-a6ce-11dd-a772-7fcde58d38e6
This commit is contained in:
parent
c4c6a3969b
commit
4298b9c7a5
|
@ -22,15 +22,11 @@
|
||||||
|
|
||||||
// Libraries
|
// Libraries
|
||||||
#include "body/RigidBody.h"
|
#include "body/RigidBody.h"
|
||||||
#include "engine/DynamicWorld.h"
|
#include "engine/PhysicsWorld.h"
|
||||||
#include "engine/CollisionWorld.h"
|
#include "engine/PhysicsEngine.h"
|
||||||
#include "engine/DynamicEngine.h"
|
|
||||||
#include "engine/CollisionEngine.h"
|
|
||||||
#include "body/BoundingVolume.h"
|
#include "body/BoundingVolume.h"
|
||||||
#include "body/OBB.h"
|
#include "body/OBB.h"
|
||||||
|
|
||||||
// TODO : We have to include the new files here
|
|
||||||
|
|
||||||
// Alias to the ReactPhysics3D namespace
|
// Alias to the ReactPhysics3D namespace
|
||||||
namespace rp3d = reactphysics3d;
|
namespace rp3d = reactphysics3d;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user