Autoclose updated
Commit amended for code style by Adam Honse <calcprogrammer1@gmail.com>
This commit is contained in:
parent
abfb6ea22d
commit
65623d3978
2 changed files with 6 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ typedef void (*NetServerCallback)(void *);
|
|||
class NetworkClientInfo
|
||||
{
|
||||
public:
|
||||
NetworkClientInfo();
|
||||
~NetworkClientInfo();
|
||||
|
||||
SOCKET client_sock;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue