mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 17:36:16 +03:00
7 lines
218 B
C++
7 lines
218 B
C++
#ifndef DYNAMIC_TEXTURED_CUBE_DEMO_H
|
|
#define DYNAMIC_TEXTURED_CUBE_DEMO_H
|
|
|
|
class CommonExampleInterface* DynamicTexturedCubeDemoCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //DYNAMIC_TEXTURED_CUBE_DEMO_H
|