From 4c278a57b59c4b8e913d17b47bc4828659b32659 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Tue, 12 May 2026 21:19:28 -0400 Subject: Changes related to display as/type toggling. --- binaryninjacore.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binaryninjacore.h') 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) -- cgit v1.3.1