summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2026-05-12 21:19:28 -0400
committerAlexander Taylor <alex@vector35.com>2026-05-13 13:32:22 -0400
commit4c278a57b59c4b8e913d17b47bc4828659b32659 (patch)
treed179792a704c615a3838ecfbfe636bc537d82216 /binaryninjacore.h
parent6a1c332697cbe12d6b2b7857bf21bc440706c0be (diff)
Changes related to display as/type toggling.
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index b3c3e8e0..bb85b11c 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -1097,6 +1097,8 @@ extern "C"
DoubleDisplayType,
EnumerationDisplayType,
InvertedCharacterConstantDisplayType,
+ UnsignedComplementDecimalDisplayType,
+ UnsignedComplementHexadecimalDisplayType,
};
BN_ENUM(uint8_t, BNFlowGraphOption)