mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 14:56:14 +03:00
7 lines
201 B
C++
7 lines
201 B
C++
#ifndef TEST_JOINT_TORQUE_SETUP_H
|
|
#define TEST_JOINT_TORQUE_SETUP_H
|
|
|
|
class CommonExampleInterface* TestJointTorqueCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //TEST_JOINT_TORQUE_SETUP_H
|