Add name attribute to make visually finding property chunks easier

This commit is contained in:
Jarrod Doyle 2024-08-23 13:43:55 +01:00
parent 41797a0c17
commit dd2aeeb66d
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ struct TOCEntry {
("WREXT"): Chunk<WrExt> world_rep @ offset;
(_): {
if (std::string::starts_with(name, "P$")) {
Chunk<PropertyMap> property_chunk @ offset;
Chunk<PropertyMap> property_chunk @ offset [[name(name)]];
}
}
}