mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-05-08 21:09:47 -05:00
feat: Added basic windows process memory provider
This commit is contained in:
@@ -16,6 +16,7 @@ namespace hex::plugin::windows {
|
||||
void addFooterItems();
|
||||
void addTitleBarButtons();
|
||||
void registerSettings();
|
||||
void registerProviders();
|
||||
}
|
||||
|
||||
static void detectSystemTheme() {
|
||||
@@ -68,6 +69,7 @@ IMHEX_PLUGIN_SETUP("Windows", "WerWolv", "Windows-only features") {
|
||||
addFooterItems();
|
||||
addTitleBarButtons();
|
||||
registerSettings();
|
||||
registerProviders();
|
||||
|
||||
detectSystemTheme();
|
||||
checkBorderlessWindowOverride();
|
||||
|
||||
Reference in New Issue
Block a user