mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
6 lines
220 B
C++
6 lines
220 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
|