#ifndef RAYTRACER_SETUP_H #define RAYTRACER_SETUP_H class CommonExampleInterface* RayTracerCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option); #endif //RAYTRACER_SETUP_H