mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
Added copy programming language array to hex editor
This commit is contained in:
@@ -50,8 +50,11 @@ namespace hex {
|
||||
void drawGotoPopup();
|
||||
|
||||
void openFile(std::string path);
|
||||
|
||||
enum class Language { C, Cpp, CSharp, Rust, Python, Java, JavaScript };
|
||||
void copyBytes();
|
||||
void copyString();
|
||||
void copyLanguageArray(Language language);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user