Merge remote-tracking branch 'lethosor/struct-fields-original-name' into develop

develop
lethosor 2023-08-12 01:56:48 -04:00
commit b136141a0a
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 1 additions and 0 deletions

@ -265,6 +265,7 @@ namespace DFHack
type_identity *ref_target;
const char *union_tag_field;
const char *union_tag_attr;
const char *original_name;
};
struct struct_field_info {