Changeset - r18882:b2227172c2cf
[Not reviewed]
master
0 5 0
rubidium - 12 years ago 2012-01-03 21:47:01
rubidium@openttd.org
(svn r23741) -Revert (r23740): the few parts that the Windows / non-network compiles stumble on
5 files changed with 12 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/company_cmd.cpp
Show inline comments
 
@@ -17,6 +17,8 @@
 
#include "news_func.h"
 
#include "cmd_helper.h"
 
#include "command_func.h"
 
#include "network/network.h"
 
#include "network/network_func.h"
 
#include "network/network_base.h"
 
#include "network/network_admin.h"
 
#include "ai/ai.hpp"
 
@@ -33,6 +35,7 @@
 
#include "smallmap_gui.h"
 
#include "game/game.hpp"
 

	
 
#include "table/strings.h"
 

	
 
CompanyByte _local_company;   ///< Company controlled by the human player at this client. Can also be #COMPANY_SPECTATOR.
 
CompanyByte _current_company; ///< Company currently doing an action.
src/console.cpp
Show inline comments
 
@@ -11,7 +11,10 @@
 

	
 
#include "stdafx.h"
 
#include "console_internal.h"
 
#include "network/network.h"
 
#include "network/network_func.h"
 
#include "network/network_admin.h"
 
#include "debug.h"
 
#include "console_func.h"
 
#include "settings_type.h"
 

	
src/console_cmds.cpp
Show inline comments
 
@@ -11,9 +11,12 @@
 

	
 
#include "stdafx.h"
 
#include "console_internal.h"
 
#include "debug.h"
 
#include "engine_func.h"
 
#include "landscape.h"
 
#include "saveload/saveload.h"
 
#include "network/network.h"
 
#include "network/network_func.h"
 
#include "network/network_base.h"
 
#include "network/network_admin.h"
 
#include "network/network_client.h"
src/debug.cpp
Show inline comments
 
@@ -12,6 +12,8 @@
 
#include "stdafx.h"
 
#include <stdarg.h>
 
#include "console_func.h"
 
#include "debug.h"
 
#include "string_func.h"
 
#include "fileio_func.h"
 
#include "settings_type.h"
 

	
src/ini_load.cpp
Show inline comments
 
@@ -13,6 +13,7 @@
 
#include "core/alloc_func.hpp"
 
#include "core/mem_func.hpp"
 
#include "ini_type.h"
 
#include "string_func.h"
 

	
 
/**
 
 * Construct a new in-memory item of an Ini file.
0 comments (0 inline, 0 general)