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 IGN_PHYSICS_DECLARE_SHAPE_TYPE(CustomShapeType) \ 
   53   DETAIL_IGN_PHYSICS_DECLARE_DERIVED_TYPE(Shape, CustomShapeType)