summaryrefslogtreecommitdiff
path: root/ui/action.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2021-05-03 21:59:01 -0400
committerGlenn Smith <glenn@vector35.com>2021-05-05 17:10:24 -0400
commit05beb084e1973766202677bf85ee7a387bc7bc26 (patch)
tree1ac3ca436b0eea1a13f2220fa9340a875b615655 /ui/action.h
parent447dc5e66e7a5bdff9dbed299b46e229567a64ef (diff)
Ser/des history entries
Closes #2410
Diffstat (limited to 'ui/action.h')
-rw-r--r--ui/action.h3
1 files changed, 3 insertions, 0 deletions
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);
};