1use crate::records::stringtable::stringtable as stringtable_record; 2 3#[allow(non_camel_case_types)] 4pub type stringtable = stringtable_record; 5 6pub type Stringtable = stringtable_record;