nd-specs/patterns/db_files/chunks/FAMILY.hexpat

12 lines
151 B
Plaintext
Raw Permalink Normal View History

2024-07-14 15:33:00 +00:00
#pragma once
struct FamilyName {
char name[parent.name_len];
};
struct Family {
u32 name_len;
u32 count;
FamilyName names[count];
};