git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@95 92aac97c-a6ce-11dd-a772-7fcde58d38e6

This commit is contained in:
chappuis.daniel 2009-02-12 16:39:56 +00:00
parent 778d2dbf72
commit 565fa68272

View File

@ -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