bookmarks: Added ability to lock bookmarks

This commit is contained in:
WerWolv
2021-02-24 21:42:18 +01:00
parent 209d33ca57
commit 4a1de5d1cb
5 changed files with 25 additions and 8 deletions

View File

@@ -19,6 +19,7 @@ namespace hex {
std::vector<char> name;
std::vector<char> comment;
u32 color;
bool locked;
};
static void add(Region region, std::string_view name, std::string_view comment, u32 color = 0x00000000);