mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-18 21:10:05 +00:00
8 lines
244 B
C++
8 lines
244 B
C++
#ifndef TEST_JOINT_TORQUE_SETUP_H
|
|
#define TEST_JOINT_TORQUE_SETUP_H
|
|
|
|
class CommonExampleInterface* TestJointTorqueCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
|
|
|
|
#endif //TEST_JOINT_TORQUE_SETUP_H
|
|
|