WIP
This commit is contained in:
parent
559ae665cf
commit
68b11dc036
5 changed files with 91 additions and 12 deletions
|
|
@ -19,6 +19,7 @@ pub use map::*;
|
|||
/// alignment: 4 bytes
|
||||
#[derive(Serializable, Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub struct StringIdItem {
|
||||
/// Offset of a [`crate::StringDataItem`].
|
||||
pub string_data_off: u32,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue