7 lines
253 B
C++
7 lines
253 B
C++
#ifndef MULTI_DOF_CUSTOM_URDF_DEMO_H
|
|
#define MULTI_DOF_CUSTOM_URDF_DEMO_H
|
|
|
|
class ExampleInterface* MultiBodyCustomURDFDofCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
|
|
|
|
#endif //MULTI_DOF_CUSTOM_URDF_DEMO_H
|