mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-21 05:04:45 +00:00
7 lines
173 B
C++
7 lines
173 B
C++
#ifndef RAYTRACER_SETUP_H
|
|
#define RAYTRACER_SETUP_H
|
|
|
|
class CommonExampleInterface* RayTracerCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //RAYTRACER_SETUP_H
|