gz/physics/RegisterMore.hh File Reference
  #include <gz/physics/Register.hh>Go to the source code of this file.
| Macros | |
| #define | IGN_PLUGIN_REGISTER_MORE_TRANS_UNITS | 
Macro Definition Documentation
◆ IGN_PLUGIN_REGISTER_MORE_TRANS_UNITS
| #define IGN_PLUGIN_REGISTER_MORE_TRANS_UNITS | 
If your library already has a translation unit (.cpp file) containing
#include <gz/physics/Register.hh>
then any other translation units that want to register plugins should use
#include <gz/physics/RegisterMore.hh>
But at least one translation unit of your library must contain Register.hh.