mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 13:36:14 +03:00
7 lines
183 B
C++
7 lines
183 B
C++
#ifndef TINYRENDERER_SETUP_H
|
|
#define TINYRENDERER_SETUP_H
|
|
|
|
class CommonExampleInterface* TinyRendererCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //TINYRENDERER_SETUP_H
|