DynamicTexturedCubeDemo.h 220 B

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