From fff324f4fa1cc28bebaf73d55ef24f106a1ce83a Mon Sep 17 00:00:00 2001 From: rollsafe Date: Fri, 16 Aug 2019 12:56:07 -0400 Subject: Add signature matcher library functions to Feature Map --- ui/theme.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui/theme.h') diff --git a/ui/theme.h b/ui/theme.h index ed40aa2e..462e38ed 100644 --- a/ui/theme.h +++ b/ui/theme.h @@ -98,7 +98,8 @@ enum ThemeColor FeatureMapUnicodeStringColor, FeatureMapFunctionColor, FeatureMapImportColor, - FeatureMapExternColor + FeatureMapExternColor, + FeatureMapLibraryColor }; void BINARYNINJAUIAPI initThemes(); -- cgit v1.3.1