(svn r20933) -Codechange: move some more client related methods and such to network_client.cpp

This commit is contained in:
rubidium
2010-10-15 19:33:08 +00:00
parent 780f120c32
commit f555e6d72e
7 changed files with 161 additions and 111 deletions

View File

@@ -41,6 +41,8 @@ public:
Packet *Recv_Packet();
bool CanSendReceive();
NetworkTCPSocketHandler(SOCKET s = INVALID_SOCKET);
~NetworkTCPSocketHandler();
};