summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-05-25 23:30:08 +0300
committerOxore <oxore@protonmail.com>2023-05-25 23:32:10 +0300
commitb5505144c731ae992c17a5efdf53410994fdcb11 (patch)
treeb1b5c8185b7c2abdc2ec7b3c0fbe64da8cb79292 /common.h
parent475413c7bf6b9861660e1616d03ad038def435b0 (diff)
Impl exporting functions and marks
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.h b/common.h
index 0cae1ae..4a976aa 100644
--- a/common.h
+++ b/common.h
@@ -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{};