(svn r14723) -Codechange: shuffling some stuff around to reduce indirect #include dependencies.

This commit is contained in:
rubidium
2008-12-23 11:06:52 +00:00
parent d501a20065
commit 9476a49763
10 changed files with 48 additions and 18 deletions

View File

@@ -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