mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
bookmarks: Added ability to lock bookmarks
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user