From 43f62fb0d8a95c0165c39d603d3078dbd7c8962e Mon Sep 17 00:00:00 2001 From: darkvater Date: Sun, 6 Mar 2005 16:23:32 +0000 Subject: (svn r1945) - CodeChange: re-commit of rev 1835: "Reduce the visibility of network_core.h (Tron)". - VS6/.NET: moved ENABLE_NETWORK to the project file setting (same place as WITH_SDL, WITH_ZLIB) and removed it from network_core.h --- network_data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'network_data.h') diff --git a/network_data.h b/network_data.h index 1210ca8f5..18a0a2a1b 100644 --- a/network_data.h +++ b/network_data.h @@ -3,6 +3,7 @@ #include "ttd.h" #include "network.h" +#include "network_core.h" // Is the network enabled? #ifdef ENABLE_NETWORK -- cgit v1.2.3-54-g00ecf