mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-20 10:10:00 +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
|
|
|