TinyRendererSetup.h 185 B

123456
  1. #ifndef TINYRENDERER_SETUP_H
  2. #define TINYRENDERER_SETUP_H
  3. class CommonExampleInterface* TinyRendererCreateFunc(struct CommonExampleOptions& options);
  4. #endif //TINYRENDERER_SETUP_H