summaryrefslogtreecommitdiff
path: root/network_data.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2005-03-06 16:23:32 +0000
committerdarkvater <darkvater@openttd.org>2005-03-06 16:23:32 +0000
commiteb3671b6476e895f98527c2f51ea54274ade9b73 (patch)
tree34c37d0be691ba06c5e84abe413aaf26be74be59 /network_data.h
parent97b2635e7d8643a15b9917a927df8e0fbc307fb8 (diff)
downloadopenttd-eb3671b6476e895f98527c2f51ea54274ade9b73.tar.xz
(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
Diffstat (limited to 'network_data.h')
-rw-r--r--network_data.h1
1 files changed, 1 insertions, 0 deletions
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