Torque3D/Engine/lib/bullet/examples/RenderingExamples/RenderInstancingDemo.h
2022-06-27 10:01:08 -04:00

6 lines
199 B
C++

#ifndef RENDER_INSTANCING_DEMO_H
#define RENDER_INSTANCING_DEMO_H
class CommonExampleInterface* RenderInstancingCreateFunc(struct CommonExampleOptions& options);
#endif //RENDER_INSTANCING_DEMO_H