Torque3D/Engine/lib/bullet/examples/Constraints/ConstraintPhysicsSetup.h
2022-05-13 23:42:41 -04:00

7 lines
198 B
C++

#ifndef CONSTAINT_PHYSICS_SETUP_H
#define CONSTAINT_PHYSICS_SETUP_H
class CommonExampleInterface* ConstraintCreateFunc(struct CommonExampleOptions& options);
#endif //CONSTAINT_PHYSICS_SETUP_H