Skip to content

Commit

Permalink
Add struct_field_info_extra::original_name field for globals
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Aug 12, 2023
1 parent 351dfa8 commit 0a5e914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/include/DataDefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0a5e914

Please sign in to comment.