summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/common.h b/common.h
index 5988a29..34ba934 100644
--- a/common.h
+++ b/common.h
@@ -1,6 +1,12 @@
#pragma once
struct Settings {
+ bool marks{};
+ bool rel_marks{};
+ bool abs_marks{};
+ bool xrefs_to{};
+ bool xrefs_from{};
+ bool raw_data_comment{};
};
constexpr size_t kInstructionSizeStepBytes = 2;