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

7 lines
185 B
C
Raw Normal View History

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