mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-16 23:28:04 -04:00
Move network clients to Resource Manager
This commit is contained in:
1 parent
c1ac870035
commit
128bfc7792
4 files changed
+23
-20
No files matched your search
@@ -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