mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-01 18:41:00 +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
|