(svn r15163) -Change/Fix: use a non-blocking method to resolve the hostname and connect to game servers.

This commit is contained in:
rubidium
2009-01-20 11:28:18 +00:00
parent c9436c8d88
commit 28a641066e
11 changed files with 339 additions and 173 deletions

View File

@@ -7,6 +7,7 @@
#ifdef ENABLE_NETWORK
#include "core/address.h"
#include "network_type.h"
#include "../console_type.h"