windows: Added context menu entry option

Closes #333
This commit is contained in:
WerWolv
2021-10-31 16:28:10 +01:00
parent 1f250e87a3
commit c88053a575
7 changed files with 109 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ namespace hex::plugin::windows {
void registerLanguageZhCN();
void addFooterItems();
void registerSettings();
}
@@ -20,6 +21,7 @@ IMHEX_PLUGIN_SETUP("Windows", "WerWolv", "Windows-only features") {
registerLanguageZhCN();
addFooterItems();
registerSettings();
}