mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-25 18:56:23 -05:00
Expose LogManager in ResourceManager so that plugins can use it
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
class LogManager;
|
||||
class NetworkClient;
|
||||
class NetworkServer;
|
||||
class PluginManagerInterface;
|
||||
@@ -51,6 +52,7 @@ public:
|
||||
\*-----------------------------------------------------*/
|
||||
std::vector<NetworkClient*>& GetClients();
|
||||
filesystem::path GetConfigurationDirectory();
|
||||
LogManager* GetLogManager();
|
||||
std::vector<i2c_smbus_interface*>& GetI2CBusses();
|
||||
PluginManagerInterface* GetPluginManager();
|
||||
ProfileManager* GetProfileManager();
|
||||
|
||||
Reference in New Issue
Block a user