mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-01-26 07:58:16 -05:00
Expose LogManager in ResourceManager so that plugins can use it
This commit is contained in:
@@ -221,6 +221,11 @@ std::vector<i2c_smbus_interface*> & ResourceManager::GetI2CBusses()
|
||||
return DetectionManager::get()->GetI2CBuses();
|
||||
}
|
||||
|
||||
LogManager* ResourceManager::GetLogManager()
|
||||
{
|
||||
return LogManager::get();
|
||||
}
|
||||
|
||||
PluginManagerInterface* ResourceManager::GetPluginManager()
|
||||
{
|
||||
return(plugin_manager);
|
||||
|
||||
Reference in New Issue
Block a user