summaryrefslogtreecommitdiff
path: root/src/network/network_internal.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-12-23 11:06:52 +0000
committerrubidium <rubidium@openttd.org>2008-12-23 11:06:52 +0000
commit97662a0fff0a8c5099ee48f43d15ab0881493393 (patch)
tree74de767fc4a572fdb693131f990cc1ae2f5c830b /src/network/network_internal.h
parent768fdee77a851286b6a6d33e04df18dc56ab1f51 (diff)
downloadopenttd-97662a0fff0a8c5099ee48f43d15ab0881493393.tar.xz
(svn r14723) -Codechange: shuffling some stuff around to reduce indirect #include dependencies.
Diffstat (limited to 'src/network/network_internal.h')
-rw-r--r--src/network/network_internal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/network/network_internal.h b/src/network/network_internal.h
index fdf44d249..3f247fb2e 100644
--- a/src/network/network_internal.h
+++ b/src/network/network_internal.h
@@ -9,6 +9,7 @@
#include "network.h"
#include "network_func.h"
+#include "network_base.h"
#include "core/os_abstraction.h"
#include "core/core.h"
#include "core/config.h"
@@ -91,8 +92,6 @@ enum NetworkLanguage {
NETLANG_COUNT
};
-extern NetworkClientInfo _network_client_info[MAX_CLIENT_INFO];
-
extern uint32 _frame_counter_server; // The frame_counter of the server, if in network-mode
extern uint32 _frame_counter_max; // To where we may go with our clients