Added copy hex view as HTML option

This commit is contained in:
WerWolv
2020-11-20 15:15:43 +01:00
parent 920b32b432
commit 302caba403
2 changed files with 77 additions and 11 deletions

View File

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