mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-12 08:19:34 +00:00
7 lines
213 B
C++
7 lines
213 B
C++
#ifndef RAYTRACER_SETUP_H
|
|
#define RAYTRACER_SETUP_H
|
|
|
|
class CommonExampleInterface* RayTracerCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
|
|
|
|
#endif //RAYTRACER_SETUP_H
|