mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
sys: Final cleanup to get rid of everything builtin in the main application
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user