mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-24 15:09:10 +00:00
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
/** @file network.cpp Base functions for networking support. */
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "../player_type.h"
|
||||
#include "../company_type.h"
|
||||
|
||||
#ifdef ENABLE_NETWORK
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#include "../core/random_func.hpp"
|
||||
#include "../window_func.h"
|
||||
#include "../string_func.h"
|
||||
#include "../player_func.h"
|
||||
#include "../company_func.h"
|
||||
#include "../settings_type.h"
|
||||
#include "../landscape_type.h"
|
||||
#include "../rev.h"
|
||||
@@ -40,7 +40,7 @@
|
||||
#include "../core/alloc_func.hpp"
|
||||
#endif /* DEBUG_DUMP_COMMANDS */
|
||||
#include "table/strings.h"
|
||||
#include "../player_base.h"
|
||||
#include "../company_base.h"
|
||||
|
||||
bool _network_server; ///< network-server is active
|
||||
bool _network_available; ///< is network mode available?
|
||||
|
@@ -5,7 +5,7 @@
|
||||
#ifndef NETWORK_H
|
||||
#define NETWORK_H
|
||||
|
||||
#include "../player_type.h"
|
||||
#include "../company_type.h"
|
||||
|
||||
#ifdef ENABLE_NETWORK
|
||||
|
||||
|
@@ -23,9 +23,9 @@
|
||||
#include "../strings_func.h"
|
||||
#include "../window_func.h"
|
||||
#include "../string_func.h"
|
||||
#include "../player_func.h"
|
||||
#include "../player_base.h"
|
||||
#include "../player_gui.h"
|
||||
#include "../company_func.h"
|
||||
#include "../company_base.h"
|
||||
#include "../company_gui.h"
|
||||
#include "../rev.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
@@ -13,7 +13,7 @@
|
||||
#include "../core/alloc_func.hpp"
|
||||
#include "../string_func.h"
|
||||
#include "../date_func.h"
|
||||
#include "../player_func.h"
|
||||
#include "../company_func.h"
|
||||
|
||||
// Add a command to the local command queue
|
||||
void NetworkAddCommandQueue(NetworkTCPSocketHandler *cs, CommandPacket *cp)
|
||||
|
@@ -24,12 +24,12 @@
|
||||
#include "../core/alloc_func.hpp"
|
||||
#include "../string_func.h"
|
||||
#include "../gfx_func.h"
|
||||
#include "../player_func.h"
|
||||
#include "../company_func.h"
|
||||
#include "../settings_type.h"
|
||||
#include "../widgets/dropdown_func.h"
|
||||
#include "../querystring_gui.h"
|
||||
#include "../sortlist_type.h"
|
||||
#include "../player_base.h"
|
||||
#include "../company_base.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
#include "../table/sprites.h"
|
||||
|
@@ -24,9 +24,9 @@
|
||||
#include "../core/alloc_func.hpp"
|
||||
#include "../fileio_func.h"
|
||||
#include "../string_func.h"
|
||||
#include "../player_base.h"
|
||||
#include "../player_func.h"
|
||||
#include "../player_gui.h"
|
||||
#include "../company_base.h"
|
||||
#include "../company_func.h"
|
||||
#include "../company_gui.h"
|
||||
#include "../settings_type.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
@@ -7,7 +7,7 @@
|
||||
|
||||
#ifdef ENABLE_NETWORK
|
||||
|
||||
#include "../player_type.h"
|
||||
#include "../company_type.h"
|
||||
#include "../economy_type.h"
|
||||
#include "core/config.h"
|
||||
#include "core/game.h"
|
||||
|
@@ -21,8 +21,8 @@
|
||||
#include "../newgrf_config.h"
|
||||
#include "../core/endian_func.hpp"
|
||||
#include "../string_func.h"
|
||||
#include "../player_base.h"
|
||||
#include "../player_func.h"
|
||||
#include "../company_base.h"
|
||||
#include "../company_func.h"
|
||||
#include "../settings_type.h"
|
||||
#include "../rev.h"
|
||||
|
||||
|
Reference in New Issue
Block a user