RaytracerSetup.h 173 B

123456
  1. #ifndef RAYTRACER_SETUP_H
  2. #define RAYTRACER_SETUP_H
  3. class CommonExampleInterface* RayTracerCreateFunc(struct CommonExampleOptions& options);
  4. #endif //RAYTRACER_SETUP_H