The
SIMPLE_COPY_LOSE macro supplies the
lose and
fixup_copy methods and the destructor for simple
ENTITYs that do not need any special handling for updating connected objects or any dependent structures.
Implementation
Simply invoke the macro. No further implementation is required.
SIMPLE_COPY_LOSE invokes the three macros
SIMPLE_COPY,
SIMPLE_LOSE,
SIMPLE_DTOR.