macro_rules! entity_impl {
($entity:ident) => { ... };
($entity:ident, $display_prefix:expr) => { ... };
}
Expand description
Macro which provides the common implementation of a 32-bit entity reference.
macro_rules! entity_impl {
($entity:ident) => { ... };
($entity:ident, $display_prefix:expr) => { ... };
}
Macro which provides the common implementation of a 32-bit entity reference.