minor cleanup of btgui/demo3 stuff, much more demo cleanup is needed
moved some files in btgui/Bullet3AppSupport
This commit is contained in:
@@ -1,16 +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
|
||||
#ifndef CONSTAINT_PHYSICS_SETUP_H
|
||||
#define CONSTAINT_PHYSICS_SETUP_H
|
||||
|
||||
#include "Bullet3AppSupport/CommonRigidBodySetup.h"
|
||||
|
||||
struct ConstraintPhysicsSetup : public CommonRigidBodySetup
|
||||
{
|
||||
ConstraintPhysicsSetup();
|
||||
virtual ~ConstraintPhysicsSetup();
|
||||
virtual void initPhysics(GraphicsPhysicsBridge& gfxBridge);
|
||||
|
||||
virtual void stepSimulation(float deltaTime);
|
||||
|
||||
};
|
||||
|
||||
#endif //CONSTAINT_PHYSICS_SETUP_H
|
||||
|
||||
Reference in New Issue
Block a user