Select region when clicking on string, disassembly or pattern data item

This commit is contained in:
WerWolv
2020-11-23 13:10:14 +01:00
parent c281372b8d
commit 84f80b3e06
8 changed files with 65 additions and 1 deletions

View File

@@ -136,4 +136,9 @@ namespace hex {
private:
std::function<void()> m_func;
};
struct Region {
u64 address;
size_t size;
};
}