mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 05:40:05 +00:00
7 lines
207 B
C++
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
|