summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-01-20 11:28:18 +0000
committerrubidium <rubidium@openttd.org>2009-01-20 11:28:18 +0000
commit206841ba5f526270a37ab002ebbae6bd533dedad (patch)
tree6b344cc0bfeff2bffba2764265342a0ed65238d2 /source.list
parent12ff4cf083704088ef88ec178d81c37ca60327e0 (diff)
downloadopenttd-206841ba5f526270a37ab002ebbae6bd533dedad.tar.xz
(svn r15163) -Change/Fix: use a non-blocking method to resolve the hostname and connect to game servers.
Diffstat (limited to 'source.list')
-rw-r--r--source.list3
1 files changed, 3 insertions, 0 deletions
diff --git a/source.list b/source.list
index 27a0f62cb..1942e3740 100644
--- a/source.list
+++ b/source.list
@@ -768,6 +768,8 @@ misc/str.hpp
misc/strapi.hpp
# Network Core
+network/core/address.cpp
+network/core/address.h
network/core/config.h
network/core/core.cpp
network/core/core.h
@@ -779,6 +781,7 @@ network/core/packet.cpp
network/core/packet.h
network/core/tcp.cpp
network/core/tcp.h
+network/core/tcp_connect.cpp
network/core/tcp_content.cpp
network/core/tcp_content.h
network/core/tcp_game.cpp