Torque3D/Engine/lib/bullet/examples/RenderingExamples/RaytracerSetup.h
2022-05-13 23:42:41 -04:00

7 lines
173 B
C++

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