mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-12 08:19:34 +00:00
7 lines
241 B
C++
7 lines
241 B
C++
#ifndef RENDER_INSTANCING_DEMO_H
|
|
#define RENDER_INSTANCING_DEMO_H
|
|
|
|
class CommonExampleInterface* RenderInstancingCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
|
|
|
|
#endif //RENDER_INSTANCING_DEMO_H
|