(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.

This commit is contained in:
rubidium
2008-09-30 20:51:04 +00:00
parent 3b798599b6
commit b650a86e58
111 changed files with 234 additions and 234 deletions

View File

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