(svn r22363) -Codechange: NetworkFindClientStateFromClientID -> NetworkClientSocket::GetByClientID

This commit is contained in:
rubidium
2011-04-22 15:54:42 +00:00
parent bc9a803ea9
commit f1d0c1a746
4 changed files with 6 additions and 5 deletions

View File

@@ -115,6 +115,8 @@ public:
{
return "server";
}
static ServerNetworkGameSocketHandler *GetByClientID(ClientID client_id);
};
void NetworkServer_Tick(bool send_frame);