diff options
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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; |