bullet3/examples/RenderingExamples/RaytracerSetup.h
2015-04-16 15:16:13 -07:00

7 lines
207 B
C++

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