Skip to main content

luaur_vm/type_aliases/
stringtable.rs

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;