mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-25 04:28:28 +00:00
8 lines
238 B
C++
8 lines
238 B
C++
#ifndef TEST_JOINT_TORQUE_SETUP_H
|
|
#define TEST_JOINT_TORQUE_SETUP_H
|
|
|
|
class ExampleInterface* TestJointTorqueCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
|
|
|
|
#endif //TEST_JOINT_TORQUE_SETUP_H
|
|
|