mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-12 16:29:35 +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
|
|
|