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

This commit is contained in:
rubidium
2011-04-22 15:54:42 +00:00
parent 0a7dcc9781
commit 9328b8b63d
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);