mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
Refactored plugin system
This commit is contained in:
@@ -313,8 +313,8 @@ namespace hex {
|
||||
this->drawMathEvaluator();
|
||||
this->drawColorPicker();
|
||||
|
||||
for (const auto& plugin : PluginHandler::getPlugins())
|
||||
plugin.drawToolsEntry();
|
||||
for (const auto& entries : ContentRegistry::Tools::getEntries())
|
||||
entries();
|
||||
|
||||
}
|
||||
ImGui::End();
|
||||
|
||||
Reference in New Issue
Block a user