mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-15 06:00:12 +00:00
add missing file
This commit is contained in:
parent
e1a412454f
commit
84f3b804f1
24
Demos3/bullet2/RagdollDemo/RagdollDemo.h
Normal file
24
Demos3/bullet2/RagdollDemo/RagdollDemo.h
Normal file
@ -0,0 +1,24 @@
|
||||
#ifndef RAGDOLL_DEMO_H
|
||||
#define RAGDOLL_DEMO_H
|
||||
|
||||
|
||||
#include "../BasicDemo/BasicDemo.h"
|
||||
|
||||
class RagDollDemo : public BasicDemo
|
||||
{
|
||||
public:
|
||||
|
||||
RagDollDemo(SimpleOpenGL3App* app);
|
||||
virtual ~RagDollDemo();
|
||||
|
||||
static BulletDemoInterface* MyCreateFunc(SimpleOpenGL3App* app)
|
||||
{
|
||||
return new RagDollDemo(app);
|
||||
}
|
||||
|
||||
void initPhysics();
|
||||
|
||||
};
|
||||
|
||||
#endif //RAGDOLL_DEMO_H
|
||||
|
Loading…
Reference in New Issue
Block a user