Files
bullet3/Demos3/ImportObjDemo/ImportObjSetup.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

18 lines
372 B
C++

#ifndef IMPORT_OBJ_SETUP_H
#define IMPORT_OBJ_SETUP_H
#include "Bullet3AppSupport/CommonRigidBodySetup.h"
class ImportObjDemo : public CommonRigidBodySetup
{
struct SimpleOpenGL3App* m_app;
public:
ImportObjDemo(SimpleOpenGL3App* app);
virtual ~ImportObjDemo();
virtual void initPhysics(GraphicsPhysicsBridge& gfxBridge);
};
#endif //IMPORT_OBJ_SETUP_H