mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-07 08:10:08 +00:00
7 lines
237 B
C
7 lines
237 B
C
#ifndef RENDER_INSTANCING_DEMO_H
|
|
#define RENDER_INSTANCING_DEMO_H
|
|
|
|
struct ExampleInterface* RenderInstancingCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
|
|
|
|
#endif //RENDER_INSTANCING_DEMO_H
|