Torque3D/Engine/lib/bullet/examples/RenderingExamples/RaytracerSetup.h

7 lines
173 B
C
Raw Normal View History

2022-05-13 23:42:41 -04:00
#ifndef RAYTRACER_SETUP_H
#define RAYTRACER_SETUP_H
class CommonExampleInterface* RayTracerCreateFunc(struct CommonExampleOptions& options);
#endif //RAYTRACER_SETUP_H