diff --git a/sources/reactphysics3d/reactphysics3d.h b/sources/reactphysics3d/reactphysics3d.h index 83b50abd..c4892df8 100644 --- a/sources/reactphysics3d/reactphysics3d.h +++ b/sources/reactphysics3d/reactphysics3d.h @@ -20,12 +20,7 @@ #ifndef REACTPHYSICS3D_H #define REACTPHYSICS3D_H -// ReactPhysics3D namespace -//namespace reactphysics3d { - // Libraries -#include "mathematics/mathematics.h" - -//} // End of the reactphysics3d namespace +#include "body/RigidBody.h" #endif