mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-01-04 13:17:49 -05:00
Move network clients to Resource Manager
This commit is contained in:
@@ -101,6 +101,11 @@ NetworkServer* ResourceManager::GetServer()
|
||||
return(server);
|
||||
}
|
||||
|
||||
std::vector<NetworkClient*> ResourceManager::GetClients()
|
||||
{
|
||||
return(clients);
|
||||
}
|
||||
|
||||
unsigned int ResourceManager::GetDetectionPercent()
|
||||
{
|
||||
return (detection_percent.load());
|
||||
|
||||
Reference in New Issue
Block a user