allow communication between clients

This commit is contained in:
2025-04-17 18:50:00 -05:00
parent 24ab4a2f49
commit 9147787fd2
2 changed files with 8 additions and 3 deletions

View File

@@ -39,6 +39,8 @@ class ServerModule : public Archimedes::Module {
}
std::map<HSteamNetConnection, unsigned int> getClients() const { return clients; }
void pollIncomingData();
private: