From 289cca29ff8d4a380c24d253edeaf8bd7c340fb2 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Tue, 26 Mar 2019 16:42:55 -0400 Subject: Add a tokenized text view class for UI plugins --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjacore.h') diff --git a/binaryninjacore.h b/binaryninjacore.h index c4aac243..9eb74713 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -260,6 +260,7 @@ extern "C" enum BNLinearDisassemblyLineType { BlankLineType, + BasicLineType, CodeDisassemblyLineType, DataVariableLineType, HexDumpLineType, -- cgit v1.3.1