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

7 lines
171 B
C
Raw Permalink Normal View History

#ifndef RAYTRACER_SETUP_H
#define RAYTRACER_SETUP_H
class CommonExampleInterface* RayTracerCreateFunc(struct CommonExampleOptions& options);
#endif //RAYTRACER_SETUP_H