git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@184 92aac97c-a6ce-11dd-a772-7fcde58d38e6
This commit is contained in:
parent
b4c9d69926
commit
0cf368e23c
|
@ -23,7 +23,13 @@
|
||||||
// Libraries
|
// Libraries
|
||||||
#include "body/RigidBody.h"
|
#include "body/RigidBody.h"
|
||||||
#include "engine/DynamicWorld.h"
|
#include "engine/DynamicWorld.h"
|
||||||
|
#include "engine/CollisionWorld.h"
|
||||||
#include "engine/DynamicEngine.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
|
// Alias to the ReactPhysics3D namespace
|
||||||
namespace rp3d = reactphysics3d;
|
namespace rp3d = reactphysics3d;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user