diff --git a/sources/reactphysics3d/reactphysics3d.h b/sources/reactphysics3d/reactphysics3d.h index b750163b..ea4435f5 100644 --- a/sources/reactphysics3d/reactphysics3d.h +++ b/sources/reactphysics3d/reactphysics3d.h @@ -22,15 +22,11 @@ // Libraries #include "body/RigidBody.h" -#include "engine/DynamicWorld.h" -#include "engine/CollisionWorld.h" -#include "engine/DynamicEngine.h" -#include "engine/CollisionEngine.h" +#include "engine/PhysicsWorld.h" +#include "engine/PhysicsEngine.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;