mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-21 21:24:46 +00:00
7 lines
201 B
C++
7 lines
201 B
C++
#ifndef RENDER_INSTANCING_DEMO_H
|
|
#define RENDER_INSTANCING_DEMO_H
|
|
|
|
class CommonExampleInterface* RenderInstancingCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //RENDER_INSTANCING_DEMO_H
|