Add struct_field_info_extra::original_name field for globals

develop
lethosor 2023-08-12 01:19:18 -04:00
parent 351dfa84c2
commit 0a5e914a65
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 {