From 05beb084e1973766202677bf85ee7a387bc7bc26 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Mon, 3 May 2021 21:59:01 -0400 Subject: Ser/des history entries Closes #2410 --- ui/action.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui/action.h') diff --git a/ui/action.h b/ui/action.h index 31d2e397..a9c70937 100644 --- a/ui/action.h +++ b/ui/action.h @@ -39,6 +39,9 @@ struct BINARYNINJAUIAPI HighlightTokenState size_t characterIndex; HighlightTokenState(); + + Json::Value serialize() const; + bool deserialize(const Json::Value& value); }; -- cgit v1.3.1