Move network clients to Resource Manager

This commit is contained in:
Adam Honse 2020-09-22 12:17:54 -05:00
parent c1ac870035
commit 128bfc7792
4 changed files with 23 additions and 20 deletions

View file

@ -39,7 +39,9 @@ public:
unsigned int GetDetectionPercent();
const char* GetDetectionString();
NetworkServer* GetServer();
std::vector<NetworkClient*> GetClients();
NetworkServer* GetServer();
void DeviceListChanged();
@ -75,7 +77,7 @@ private:
/*-------------------------------------------------------------------------------------*\
| Network Clients |
\*-------------------------------------------------------------------------------------*/
//std::vector<NetworkClient*> clients;
std::vector<NetworkClient*> clients;
/*-------------------------------------------------------------------------------------*\
| Detectors |