Go to the documentation of this file.
18 #ifndef IGNITION_PHYSICS_DECLAREJOINTTYPE_HH_
19 #define IGNITION_PHYSICS_DECLAREJOINTTYPE_HH_
22 #include <ignition/physics/detail/DeclareDerivedType.hh>
52 #define IGN_PHYSICS_DECLARE_JOINT_TYPE(CustomJointType) \
53 DETAIL_IGN_PHYSICS_DECLARE_DERIVED_TYPE(Joint, CustomJointType)