Added hex editor view right click context menu

This commit is contained in:
WerWolv
2021-01-10 23:59:36 +01:00
parent 5fb046ad1f
commit f9039f4b34
2 changed files with 74 additions and 61 deletions

View File

@@ -52,6 +52,7 @@ namespace hex {
void drawSearchPopup();
void drawGotoPopup();
void drawEditPopup();
void openFile(std::string path);
bool saveToFile(std::string path, const std::vector<u8>& data);