sys: Final cleanup to get rid of everything builtin in the main application

This commit is contained in:
WerWolv
2022-02-02 00:36:09 +01:00
parent f76e65a58d
commit 876dbe8179
24 changed files with 818 additions and 783 deletions

View File

@@ -10,6 +10,7 @@ namespace hex::plugin::windows {
void registerLanguageZhCN();
void addFooterItems();
void addTitleBarButtons();
void registerSettings();
}
@@ -23,5 +24,6 @@ IMHEX_PLUGIN_SETUP("Windows", "WerWolv", "Windows-only features") {
registerLanguageZhCN();
addFooterItems();
addTitleBarButtons();
registerSettings();
}