Files
bullet3/examples/RenderingExamples/RenderInstancingDemo.h
2015-04-16 15:16:13 -07:00

7 lines
235 B
C++

#ifndef RENDER_INSTANCING_DEMO_H
#define RENDER_INSTANCING_DEMO_H
class ExampleInterface* RenderInstancingCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
#endif //RENDER_INSTANCING_DEMO_H