Files
bullet3/Demos/SerializeDemo/SerializeSetup.h
Erwin Coumans 07e2dcc749 minor cleanup of btgui/demo3 stuff, much more demo cleanup is needed
moved some files in btgui/Bullet3AppSupport
2014-09-16 12:08:24 -07:00

16 lines
359 B
C++

#ifndef SERIALIZE_SETUP_H
#define SERIALIZE_SETUP_H
#include "Bullet3AppSupport/CommonRigidBodySetup.h"
class SerializeSetup : public CommonRigidBodySetup
{
public:
SerializeSetup();
virtual ~SerializeSetup();
virtual void initPhysics(GraphicsPhysicsBridge& gfxBridge);
virtual void stepSimulation(float deltaTime);
};
#endif //SERIALIZE_SETUP_H