Torque3D/Engine/lib/bullet/examples/RenderingExamples/TinyRendererSetup.h
2022-05-13 23:42:41 -04:00

7 lines
185 B
C++

#ifndef TINYRENDERER_SETUP_H
#define TINYRENDERER_SETUP_H
class CommonExampleInterface* TinyRendererCreateFunc(struct CommonExampleOptions& options);
#endif //TINYRENDERER_SETUP_H