pub use self::{
array_attribute::ArrayAttributeEncoding,
attribute::{type_::AttributeType, value::AttributeValue},
fbx_footer::FbxFooter,
};
pub(crate) use self::{
array_attribute::ArrayAttributeHeader, node_header::NodeHeader,
special_attribute::SpecialAttributeHeader,
};
mod array_attribute;
mod attribute;
mod fbx_footer;
mod node_header;
mod special_attribute;