diff --git a/sources/reactphysics3d/reactphysics3d.h b/sources/reactphysics3d/reactphysics3d.h index c4892df8..a0a6ffa6 100644 --- a/sources/reactphysics3d/reactphysics3d.h +++ b/sources/reactphysics3d/reactphysics3d.h @@ -22,5 +22,10 @@ // Libraries #include "body/RigidBody.h" +#include "engine/DynamicWorld.h" +#include "engine/DynamicEngine.h" + +// Alias to the ReactPhysics3D namespace +namespace rp3d = reactphysics3d; #endif