Go to the documentation of this file.
18 #ifndef GZ_PHYSICS_DECLARESHAPETYPE_HH_
19 #define GZ_PHYSICS_DECLARESHAPETYPE_HH_
22 #include <gz/physics/detail/DeclareDerivedType.hh>
52 #define GZ_PHYSICS_DECLARE_SHAPE_TYPE(CustomShapeType) \
53 DETAIL_GZ_PHYSICS_DECLARE_DERIVED_TYPE(Shape, CustomShapeType)