Torque3D/Engine/lib/bullet/examples/RenderingExamples/TinyRendererSetup.h

7 lines
185 B
C
Raw Permalink Normal View History

2022-05-14 03:42:41 +00:00
#ifndef TINYRENDERER_SETUP_H
#define TINYRENDERER_SETUP_H
class CommonExampleInterface* TinyRendererCreateFunc(struct CommonExampleOptions& options);
#endif //TINYRENDERER_SETUP_H