add missing ConstraintPhysicsSetup.* files

This commit is contained in:
Erwin Coumans
2014-08-22 14:50:42 -07:00
parent 954d488756
commit 2c19a27694
2 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#ifndef CONSTAINT_PHYSICS_SETUP_H
#define CONSTAINT_PHYSICS_SETUP_H
#include "../../../Demos/CommonRigidBodySetup.h"
struct ConstraintPhysicsSetup : public CommonRigidBodySetup
{
ConstraintPhysicsSetup();
virtual ~ConstraintPhysicsSetup();
virtual void initPhysics(GraphicsPhysicsBridge& gfxBridge);
virtual void stepSimulation(float deltaTime);
};
#endif //CONSTAINT_PHYSICS_SETUP_H