From b5505144c731ae992c17a5efdf53410994fdcb11 Mon Sep 17 00:00:00 2001 From: Oxore Date: Thu, 25 May 2023 23:30:08 +0300 Subject: Impl exporting functions and marks --- common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common.h') 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{}; -- cgit v1.2.3