mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-20 15:13: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
|