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
commit9476a4976318086a853d15380f24200a50cb22b9 (patch)
tree74de767fc4a572fdb693131f990cc1ae2f5c830b /src/network/network_internal.h
parentd501a20065a44c3a10b127d3f4842798d01a2d7f (diff)
downloadopenttd-9476a4976318086a853d15380f24200a50cb22b9.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