bullet3/examples/RenderingExamples/TinyRendererSetup.h

7 lines
185 B
C
Raw Normal View History

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