Added copy hex view as string option

This commit is contained in:
WerWolv
2020-11-20 13:25:55 +01:00
parent 78ea4276ae
commit 81e5c945b4
2 changed files with 53 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ namespace hex {
void copyBytes();
void copyString();
void copyLanguageArray(Language language);
void copyHexView();
};