From af46d6991ceb719ac59d6218791c41fa3978e695 Mon Sep 17 00:00:00 2001 From: Oxore Date: Mon, 24 Apr 2023 01:13:28 +0300 Subject: Impl some feature flags --- common.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common.h') 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; -- cgit v1.2.3