404
edits
No edit summary |
(offset_to_first_file) |
||
Line 14: | Line 14: | ||
u32 offset_to_id_array; // Relative to the start of this struct | u32 offset_to_id_array; // Relative to the start of this struct | ||
u32 offset_to_file_array; // Relative to the start of this struct | u32 offset_to_file_array; // Relative to the start of this struct | ||
u32 offset_to_first_file; // Unused, ignorable. Relative to the start of this struct. | |||
u16 id_array[num_entries]; | u16 id_array[num_entries]; | ||
u32 file_array[num_entries]; // Entries are relative to the start of this struct | u32 file_array[num_entries]; // Entries are relative to the start of this struct |