diff options
author | Oxore <oxore@protonmail.com> | 2023-05-25 23:30:08 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-25 23:32:10 +0300 |
commit | b5505144c731ae992c17a5efdf53410994fdcb11 (patch) | |
tree | b1b5c8185b7c2abdc2ec7b3c0fbe64da8cb79292 /common.h | |
parent | 475413c7bf6b9861660e1616d03ad038def435b0 (diff) |
Impl exporting functions and marks
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ struct Settings { bool rel_marks{}; bool abs_marks{}; bool imm_marks{}; + bool export_marks{}; + bool export_all_marks{}; + bool export_functions{}; bool xrefs_to{}; bool xrefs_from{}; bool raw_data_comment{}; |