Changeset - r15523:81620324a110
[Not reviewed]
projects/openttd_vs100.vcxproj
Show inline comments
 
@@ -575,13 +575,12 @@
 
    <ClInclude Include="..\src\train.h" />
 
    <ClInclude Include="..\src\transparency.h" />
 
    <ClInclude Include="..\src\transparency_gui.h" />
 
    <ClInclude Include="..\src\transport_type.h" />
 
    <ClInclude Include="..\src\tunnelbridge.h" />
 
    <ClInclude Include="..\src\unmovable.h" />
 
    <ClInclude Include="..\src\variables.h" />
 
    <ClInclude Include="..\src\vehicle_base.h" />
 
    <ClInclude Include="..\src\vehicle_func.h" />
 
    <ClInclude Include="..\src\vehicle_gui.h" />
 
    <ClInclude Include="..\src\vehicle_gui_base.h" />
 
    <ClInclude Include="..\src\vehicle_type.h" />
 
    <ClInclude Include="..\src\vehiclelist.h" />
projects/openttd_vs100.vcxproj.filters
Show inline comments
 
@@ -934,15 +934,12 @@
 
    <ClInclude Include="..\src\tunnelbridge.h">
 
      <Filter>Header Files</Filter>
 
    </ClInclude>
 
    <ClInclude Include="..\src\unmovable.h">
 
      <Filter>Header Files</Filter>
 
    </ClInclude>
 
    <ClInclude Include="..\src\variables.h">
 
      <Filter>Header Files</Filter>
 
    </ClInclude>
 
    <ClInclude Include="..\src\vehicle_base.h">
 
      <Filter>Header Files</Filter>
 
    </ClInclude>
 
    <ClInclude Include="..\src\vehicle_func.h">
 
      <Filter>Header Files</Filter>
 
    </ClInclude>
projects/openttd_vs80.vcproj
Show inline comments
 
@@ -1577,16 +1577,12 @@
 
			</File>
 
			<File
 
				RelativePath=".\..\src\unmovable.h"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\variables.h"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\vehicle_base.h"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\vehicle_func.h"
 
				>
projects/openttd_vs90.vcproj
Show inline comments
 
@@ -1574,16 +1574,12 @@
 
			</File>
 
			<File
 
				RelativePath=".\..\src\unmovable.h"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\variables.h"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\vehicle_base.h"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\vehicle_func.h"
 
				>
source.list
Show inline comments
 
@@ -301,13 +301,12 @@ track_type.h
 
train.h
 
transparency.h
 
transparency_gui.h
 
transport_type.h
 
tunnelbridge.h
 
unmovable.h
 
variables.h
 
vehicle_base.h
 
vehicle_func.h
 
vehicle_gui.h
 
vehicle_gui_base.h
 
vehicle_type.h
 
vehiclelist.h
src/clear_cmd.cpp
Show inline comments
 
@@ -11,13 +11,12 @@
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "clear_map.h"
 
#include "command_func.h"
 
#include "landscape.h"
 
#include "variables.h"
 
#include "genworld.h"
 
#include "landscape_type.h"
 
#include "functions.h"
 
#include "economy_func.h"
 
#include "viewport_func.h"
 
#include "water.h"
src/date.cpp
Show inline comments
 
@@ -7,13 +7,12 @@
 
 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
 
 */
 

	
 
/** @file date.cpp Handling of dates in our native format and transforming them to something human readable. */
 

	
 
#include "stdafx.h"
 
#include "variables.h"
 
#include "network/network.h"
 
#include "network/network_func.h"
 
#include "currency.h"
 
#include "window_func.h"
 
#include "settings_type.h"
 
#include "date_func.h"
src/dedicated.cpp
Show inline comments
 
@@ -14,14 +14,12 @@
 
char *_log_file; ///< File to reroute output of a forked OpenTTD to
 

	
 
#ifdef ENABLE_NETWORK
 

	
 
#if defined(UNIX) && !defined(__MORPHOS__)
 

	
 
#include "variables.h"
 

	
 
#include <unistd.h>
 

	
 
#if (defined(SUNOS) && !defined(_LP64) && !defined(_I32LPx)) || defined(__HAIKU__)
 
/* Solaris has, in certain situation, pid_t defined as long, while in other
 
 *  cases it has it defined as int... this handles all cases nicely.
 
 * Haiku has also defined pid_t as a long.
src/disaster_cmd.cpp
Show inline comments
 
@@ -29,13 +29,12 @@
 
#include "industry.h"
 
#include "station_base.h"
 
#include "command_func.h"
 
#include "news_func.h"
 
#include "town.h"
 
#include "company_func.h"
 
#include "variables.h"
 
#include "strings_func.h"
 
#include "date_func.h"
 
#include "functions.h"
 
#include "vehicle_func.h"
 
#include "sound_func.h"
 
#include "effectvehicle_func.h"
src/fileio.cpp
Show inline comments
 
@@ -8,13 +8,12 @@
 
 */
 

	
 
/** @file fileio.cpp Standard In/Out file operations */
 

	
 
#include "stdafx.h"
 
#include "fileio_func.h"
 
#include "variables.h"
 
#include "debug.h"
 
#include "fios.h"
 
#include "string_func.h"
 
#include "tar_type.h"
 
#ifdef WIN32
 
#include <windows.h>
src/gamelog.cpp
Show inline comments
 
@@ -10,13 +10,12 @@
 
/** @file gamelog.cpp Definition of functions used for logging of important changes in the game */
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "saveload/saveload.h"
 
#include "core/alloc_func.hpp"
 
#include "variables.h"
 
#include "string_func.h"
 
#include "settings_type.h"
 
#include "gamelog_internal.h"
 
#include "console_func.h"
 
#include "debug.h"
 
#include "date_func.h"
src/genworld.cpp
Show inline comments
 
@@ -10,13 +10,12 @@
 
/** @file genworld.cpp Functions to generate a map. */
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "landscape.h"
 
#include "company_func.h"
 
#include "variables.h"
 
#include "thread/thread.h"
 
#include "command_func.h"
 
#include "genworld.h"
 
#include "gfxinit.h"
 
#include "window_func.h"
 
#include "network/network.h"
src/genworld_gui.cpp
Show inline comments
 
@@ -9,13 +9,12 @@
 

	
 
/** @file genworld_gui.cpp GUI to configure and show progress during map generation. */
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "heightmap.h"
 
#include "variables.h"
 
#include "debug.h"
 
#include "genworld.h"
 
#include "network/network.h"
 
#include "newgrf_config.h"
 
#include "strings_func.h"
 
#include "window_func.h"
src/gfx.cpp
Show inline comments
 
@@ -8,13 +8,12 @@
 
 */
 

	
 
/** @file gfx.cpp Handling of drawing text and other gfx related stuff. */
 

	
 
#include "stdafx.h"
 
#include "gfx_func.h"
 
#include "variables.h"
 
#include "fontcache.h"
 
#include "genworld.h"
 
#include "zoom_func.h"
 
#include "blitter/factory.hpp"
 
#include "video/video_driver.hpp"
 
#include "strings_func.h"
src/highscore.cpp
Show inline comments
 
@@ -15,13 +15,12 @@
 
#include "company_func.h"
 
#include "cheat_func.h"
 
#include "string_func.h"
 
#include "strings_func.h"
 
#include "table/strings.h"
 
#include "core/sort_func.hpp"
 
#include "variables.h"
 
#include "debug.h"
 

	
 
HighScore _highscore_table[5][5]; // 4 difficulty-settings (+ network); top 5
 
char *_highscore_file; ///< The file to store the highscore data in.
 

	
 
static const StringID _endgame_perf_titles[] = {
src/industry_cmd.cpp
Show inline comments
 
@@ -16,13 +16,12 @@
 
#include "train.h"
 
#include "landscape.h"
 
#include "viewport_func.h"
 
#include "command_func.h"
 
#include "town.h"
 
#include "news_func.h"
 
#include "variables.h"
 
#include "cheat_type.h"
 
#include "genworld.h"
 
#include "tree_map.h"
 
#include "newgrf.h"
 
#include "newgrf_cargo.h"
 
#include "newgrf_commons.h"
src/industry_gui.cpp
Show inline comments
 
@@ -15,13 +15,12 @@
 
#include "textbuf_gui.h"
 
#include "command_func.h"
 
#include "viewport_func.h"
 
#include "gfx_func.h"
 
#include "industry.h"
 
#include "town.h"
 
#include "variables.h"
 
#include "cheat_type.h"
 
#include "newgrf.h"
 
#include "newgrf_industries.h"
 
#include "newgrf_text.h"
 
#include "newgrf_debug.h"
 
#include "strings_func.h"
src/landscape.cpp
Show inline comments
 
@@ -15,13 +15,12 @@
 
#include "heightmap.h"
 
#include "clear_map.h"
 
#include "spritecache.h"
 
#include "viewport_func.h"
 
#include "command_func.h"
 
#include "landscape.h"
 
#include "variables.h"
 
#include "void_map.h"
 
#include "tgp.h"
 
#include "genworld.h"
 
#include "fios.h"
 
#include "functions.h"
 
#include "date_func.h"
src/misc.cpp
Show inline comments
 
@@ -9,13 +9,12 @@
 

	
 
/** @file misc.cpp Misc functions that shouldn't be here. */
 

	
 
#include "stdafx.h"
 
#include "landscape.h"
 
#include "news_func.h"
 
#include "variables.h"
 
#include "ai/ai.hpp"
 
#include "ai/ai_gui.hpp"
 
#include "newgrf_house.h"
 
#include "group.h"
 
#include "economy_func.h"
 
#include "date_func.h"
src/music/libtimidity.cpp
Show inline comments
 
@@ -9,13 +9,12 @@
 

	
 
/** @file libtimidity.cpp Playing music via the timidity library. */
 

	
 
#include "../stdafx.h"
 
#include "../openttd.h"
 
#include "../sound_type.h"
 
#include "../variables.h"
 
#include "../debug.h"
 
#include "libtimidity.h"
 
#include <fcntl.h>
 
#include <sys/types.h>
 
#include <sys/wait.h>
 
#include <unistd.h>
src/network/network_content.cpp
Show inline comments
 
@@ -13,13 +13,12 @@
 

	
 
#include "../stdafx.h"
 
#include "../rev.h"
 
#include "../ai/ai.hpp"
 
#include "../window_func.h"
 
#include "../gui.h"
 
#include "../variables.h"
 
#include "../base_media_base.h"
 
#include "../settings_type.h"
 
#include "network_content.h"
 

	
 
#include "table/strings.h"
 

	
src/newgrf.cpp
Show inline comments
 
@@ -14,13 +14,12 @@
 
#include <stdarg.h>
 

	
 
#include "debug.h"
 
#include "fileio_func.h"
 
#include "engine_func.h"
 
#include "engine_base.h"
 
#include "variables.h"
 
#include "bridge.h"
 
#include "town.h"
 
#include "newgrf_engine.h"
 
#include "newgrf_text.h"
 
#include "fontcache.h"
 
#include "currency.h"
src/newgrf_airporttiles.cpp
Show inline comments
 
@@ -20,13 +20,12 @@
 
#include "station_base.h"
 
#include "water.h"
 
#include "viewport_func.h"
 
#include "landscape.h"
 
#include "company_base.h"
 
#include "town.h"
 
#include "variables.h"
 
#include "functions.h"
 
#include "core/random_func.hpp"
 
#include "table/strings.h"
 
#include "table/airporttiles.h"
 
#include "date_func.h"
 

	
src/newgrf_house.cpp
Show inline comments
 
@@ -7,13 +7,12 @@
 
 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
 
 */
 

	
 
/** @file newgrf_house.cpp Implementation of NewGRF houses. */
 

	
 
#include "stdafx.h"
 
#include "variables.h"
 
#include "debug.h"
 
#include "viewport_func.h"
 
#include "landscape.h"
 
#include "newgrf.h"
 
#include "newgrf_house.h"
 
#include "newgrf_spritegroup.h"
src/newgrf_industrytiles.cpp
Show inline comments
 
@@ -7,13 +7,12 @@
 
 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
 
 */
 

	
 
/** @file newgrf_industrytiles.cpp NewGRF handling of industry tiles. */
 

	
 
#include "stdafx.h"
 
#include "variables.h"
 
#include "debug.h"
 
#include "viewport_func.h"
 
#include "landscape.h"
 
#include "newgrf.h"
 
#include "newgrf_commons.h"
 
#include "newgrf_industries.h"
src/newgrf_railtype.cpp
Show inline comments
 
/* $Id$ */
 

	
 
/** @file newgrf_railtype.cpp NewGRF handling of rail types. */
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "variables.h"
 
#include "debug.h"
 
#include "strings_type.h"
 
#include "rail.h"
 
#include "road_map.h"
 
#include "newgrf.h"
 
#include "newgrf_callbacks.h"
src/newgrf_station.cpp
Show inline comments
 
@@ -7,13 +7,12 @@
 
 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
 
 */
 

	
 
/** @file newgrf_station.cpp Functions for dealing with station classes and custom stations. */
 

	
 
#include "stdafx.h"
 
#include "variables.h"
 
#include "debug.h"
 
#include "station_base.h"
 
#include "waypoint_base.h"
 
#include "roadstop_base.h"
 
#include "newgrf_cargo.h"
 
#include "newgrf_commons.h"
src/openttd.cpp
Show inline comments
 
@@ -8,17 +8,12 @@
 
 */
 

	
 
/** @file openttd.cpp Functions related to starting OpenTTD. */
 

	
 
#include "stdafx.h"
 

	
 
#define VARDEF
 
#include "variables.h"
 
#undef VARDEF
 

	
 

	
 
#include "blitter/factory.hpp"
 
#include "sound/sound_driver.hpp"
 
#include "music/music_driver.hpp"
 
#include "video/video_driver.hpp"
 

	
 
#include "fontcache.h"
src/os/macosx/splash.cpp
Show inline comments
 
@@ -8,13 +8,12 @@
 
 */
 

	
 
/** @file splash.cpp Splash screen support for OSX. */
 

	
 
#include "../../stdafx.h"
 
#include "../../openttd.h"
 
#include "../../variables.h"
 
#include "../../debug.h"
 
#include "../../gfx_func.h"
 
#include "../../fileio_func.h"
 
#include "../../blitter/factory.hpp"
 
#include "../../core/mem_func.hpp"
 

	
src/os/os2/os2.cpp
Show inline comments
 
@@ -8,13 +8,12 @@
 
 */
 

	
 
/** @file os2.cpp OS2 related OS support. */
 

	
 
#include "../../stdafx.h"
 
#include "../../openttd.h"
 
#include "../../variables.h"
 
#include "../../gui.h"
 
#include "../../fileio_func.h"
 
#include "../../fios.h"
 
#include "../../functions.h"
 
#include "../../core/random_func.hpp"
 
#include "../../string_func.h"
src/rail_cmd.cpp
Show inline comments
 
@@ -20,13 +20,12 @@
 
#include "newgrf_engine.h"
 
#include "landscape_type.h"
 
#include "newgrf_debug.h"
 
#include "newgrf_railtype.h"
 
#include "newgrf_commons.h"
 
#include "train.h"
 
#include "variables.h"
 
#include "autoslope.h"
 
#include "water.h"
 
#include "tunnelbridge_map.h"
 
#include "window_func.h"
 
#include "vehicle_func.h"
 
#include "sound_func.h"
src/road_cmd.cpp
Show inline comments
 
@@ -15,13 +15,12 @@
 
#include "landscape.h"
 
#include "viewport_func.h"
 
#include "command_func.h"
 
#include "pathfinder/yapf/yapf_cache.h"
 
#include "depot_base.h"
 
#include "newgrf.h"
 
#include "variables.h"
 
#include "autoslope.h"
 
#include "tunnelbridge_map.h"
 
#include "window_func.h"
 
#include "strings_func.h"
 
#include "vehicle_func.h"
 
#include "sound_func.h"
src/saveload/misc_sl.cpp
Show inline comments
 
@@ -8,13 +8,12 @@
 
 */
 

	
 
/** @file misc_sl.cpp Saving and loading of things that didn't fit anywhere else */
 

	
 
#include "../stdafx.h"
 
#include "../date_func.h"
 
#include "../variables.h"
 
#include "../openttd.h"
 
#include "../zoom_func.h"
 
#include "../vehicle_func.h"
 
#include "../window_gui.h"
 
#include "../window_func.h"
 
#include "../viewport_func.h"
src/saveload/oldloader_sl.cpp
Show inline comments
 
@@ -21,13 +21,12 @@
 
#include "../station_base.h"
 
#include "../subsidy_base.h"
 
#include "../debug.h"
 
#include "../depot_base.h"
 
#include "../date_func.h"
 
#include "../vehicle_func.h"
 
#include "../variables.h"
 
#include "../effectvehicle_base.h"
 
#include "../core/mem_func.hpp"
 
#include "../core/alloc_type.hpp"
 
#include "../engine_base.h"
 
#include "../engine_func.h"
 
#include "../company_base.h"
src/saveload/saveload.cpp
Show inline comments
 
@@ -23,13 +23,12 @@
 
#include "../stdafx.h"
 
#include "../debug.h"
 
#include "../station_base.h"
 
#include "../thread/thread.h"
 
#include "../town.h"
 
#include "../network/network.h"
 
#include "../variables.h"
 
#include "../window_func.h"
 
#include "../strings_func.h"
 
#include "../core/endian_func.hpp"
 
#include "../vehicle_base.h"
 
#include "../company_func.h"
 
#include "../date_func.h"
src/settings.cpp
Show inline comments
 
@@ -22,13 +22,12 @@
 
 * @see SaveLoad
 
 */
 

	
 
#include "stdafx.h"
 
#include "currency.h"
 
#include "screenshot.h"
 
#include "variables.h"
 
#include "network/network.h"
 
#include "network/network_func.h"
 
#include "settings_internal.h"
 
#include "command_func.h"
 
#include "console_func.h"
 
#include "pathfinder/pathfinder_type.h"
src/station_cmd.cpp
Show inline comments
 
@@ -23,13 +23,12 @@
 
#include "industry.h"
 
#include "newgrf_cargo.h"
 
#include "newgrf_debug.h"
 
#include "newgrf_station.h"
 
#include "pathfinder/yapf/yapf_cache.h"
 
#include "road_internal.h" /* For drawing catenary/checking road removal */
 
#include "variables.h"
 
#include "autoslope.h"
 
#include "water.h"
 
#include "station_gui.h"
 
#include "strings_func.h"
 
#include "functions.h"
 
#include "window_func.h"
src/terraform_cmd.cpp
Show inline comments
 
@@ -11,13 +11,12 @@
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "command_func.h"
 
#include "tunnel_map.h"
 
#include "bridge_map.h"
 
#include "variables.h"
 
#include "functions.h"
 
#include "economy_func.h"
 
#include "genworld.h"
 

	
 
#include "table/strings.h"
 

	
src/terraform_gui.cpp
Show inline comments
 
@@ -16,13 +16,12 @@
 
#include "gui.h"
 
#include "window_gui.h"
 
#include "window_func.h"
 
#include "viewport_func.h"
 
#include "command_func.h"
 
#include "signs_func.h"
 
#include "variables.h"
 
#include "functions.h"
 
#include "sound_func.h"
 
#include "base_station_base.h"
 
#include "unmovable_map.h"
 
#include "textbuf_gui.h"
 
#include "genworld.h"
src/toolbar_gui.cpp
Show inline comments
 
@@ -12,13 +12,12 @@
 
#include "stdafx.h"
 
#include "gui.h"
 
#include "window_gui.h"
 
#include "window_func.h"
 
#include "viewport_func.h"
 
#include "command_func.h"
 
#include "variables.h"
 
#include "vehicle_gui.h"
 
#include "rail_gui.h"
 
#include "road_gui.h"
 
#include "date_func.h"
 
#include "vehicle_func.h"
 
#include "sound_func.h"
src/town_cmd.cpp
Show inline comments
 
@@ -19,13 +19,12 @@
 
#include "industry.h"
 
#include "station_base.h"
 
#include "company_base.h"
 
#include "news_func.h"
 
#include "gui.h"
 
#include "unmovable_map.h"
 
#include "variables.h"
 
#include "genworld.h"
 
#include "newgrf_debug.h"
 
#include "newgrf_house.h"
 
#include "newgrf_commons.h"
 
#include "newgrf_text.h"
 
#include "autoslope.h"
src/town_gui.cpp
Show inline comments
 
@@ -17,13 +17,12 @@
 
#include "gui.h"
 
#include "command_func.h"
 
#include "company_func.h"
 
#include "company_base.h"
 
#include "company_gui.h"
 
#include "network/network.h"
 
#include "variables.h"
 
#include "strings_func.h"
 
#include "sound_func.h"
 
#include "economy_func.h"
 
#include "tilehighlight_func.h"
 
#include "sortlist_type.h"
 
#include "road_cmd.h"
src/tree_cmd.cpp
Show inline comments
 
@@ -14,13 +14,12 @@
 
#include "landscape.h"
 
#include "tree_map.h"
 
#include "viewport_func.h"
 
#include "command_func.h"
 
#include "economy_func.h"
 
#include "town.h"
 
#include "variables.h"
 
#include "genworld.h"
 
#include "transparency.h"
 
#include "functions.h"
 
#include "company_func.h"
 
#include "sound_func.h"
 
#include "water_map.h"
src/tunnelbridge_cmd.cpp
Show inline comments
 
@@ -17,13 +17,12 @@
 
#include "landscape.h"
 
#include "unmovable_map.h"
 
#include "viewport_func.h"
 
#include "cmd_helper.h"
 
#include "command_func.h"
 
#include "town.h"
 
#include "variables.h"
 
#include "train.h"
 
#include "ship.h"
 
#include "roadveh.h"
 
#include "water_map.h"
 
#include "pathfinder/yapf/yapf_cache.h"
 
#include "newgrf_sound.h"
src/variables.h
Show inline comments
 
deleted file
src/video/allegro_v.cpp
Show inline comments
 
@@ -16,13 +16,12 @@
 

	
 
#ifdef WITH_ALLEGRO
 

	
 
#include "../stdafx.h"
 
#include "../openttd.h"
 
#include "../gfx_func.h"
 
#include "../variables.h"
 
#include "../rev.h"
 
#include "../blitter/factory.hpp"
 
#include "../network/network.h"
 
#include "../core/random_func.hpp"
 
#include "../functions.h"
 
#include "allegro_v.h"
src/video/cocoa/cocoa_v.mm
Show inline comments
 
@@ -23,13 +23,12 @@
 
#import <Cocoa/Cocoa.h>
 
#undef Rect
 
#undef Point
 

	
 
#include "../../openttd.h"
 
#include "../../debug.h"
 
#include "../../variables.h"
 
#include "../../core/geometry_type.hpp"
 
#include "cocoa_v.h"
 
#include "../../blitter/factory.hpp"
 
#include "../../fileio_func.h"
 
#include "../../gfx_func.h"
 
#include "../../functions.h"
src/video/cocoa/event.mm
Show inline comments
 
@@ -23,13 +23,12 @@
 
#undef Rect
 
#undef Point
 

	
 
#include "../../openttd.h"
 
#include "../../debug.h"
 
#include "../../os/macosx/splash.h"
 
#include "../../variables.h"
 
#include "../../settings_type.h"
 
#include "../../core/geometry_type.hpp"
 
#include "cocoa_v.h"
 
#include "cocoa_keys.h"
 
#include "../../blitter/factory.hpp"
 
#include "../../gfx_func.h"
src/video/dedicated_v.cpp
Show inline comments
 
@@ -14,13 +14,12 @@
 
#ifdef ENABLE_NETWORK
 

	
 
#include "../gfx_func.h"
 
#include "../network/network.h"
 
#include "../network/network_internal.h"
 
#include "../console_func.h"
 
#include "../variables.h"
 
#include "../genworld.h"
 
#include "../fileio_type.h"
 
#include "../fios.h"
 
#include "../blitter/factory.hpp"
 
#include "../company_func.h"
 
#include "../core/random_func.hpp"
src/video/sdl_v.cpp
Show inline comments
 
@@ -12,13 +12,12 @@
 
#ifdef WITH_SDL
 

	
 
#include "../stdafx.h"
 
#include "../openttd.h"
 
#include "../gfx_func.h"
 
#include "../sdl.h"
 
#include "../variables.h"
 
#include "../rev.h"
 
#include "../blitter/factory.hpp"
 
#include "../network/network.h"
 
#include "../functions.h"
 
#include "../thread/thread.h"
 
#include "../genworld.h"
src/video/win32_v.cpp
Show inline comments
 
@@ -9,13 +9,12 @@
 

	
 
/** @file win32_v.cpp Implementation of the Windows (GDI) video driver. */
 

	
 
#include "../stdafx.h"
 
#include "../openttd.h"
 
#include "../gfx_func.h"
 
#include "../variables.h"
 
#include "../os/windows/win32.h"
 
#include "../rev.h"
 
#include "../blitter/factory.hpp"
 
#include "../network/network.h"
 
#include "../core/math_func.hpp"
 
#include "../core/random_func.hpp"
src/viewport.cpp
Show inline comments
 
@@ -30,13 +30,12 @@
 
#include "viewport_func.h"
 
#include "station_base.h"
 
#include "waypoint_base.h"
 
#include "town.h"
 
#include "signs_base.h"
 
#include "signs_func.h"
 
#include "variables.h"
 
#include "vehicle_base.h"
 
#include "vehicle_gui.h"
 
#include "blitter/factory.hpp"
 
#include "strings_func.h"
 
#include "zoom_func.h"
 
#include "vehicle_func.h"
src/window.cpp
Show inline comments
 
@@ -14,13 +14,12 @@
 
#include "openttd.h"
 
#include "company_func.h"
 
#include "gfx_func.h"
 
#include "console_func.h"
 
#include "console_gui.h"
 
#include "viewport_func.h"
 
#include "variables.h"
 
#include "genworld.h"
 
#include "blitter/factory.hpp"
 
#include "zoom_func.h"
 
#include "map_func.h"
 
#include "vehicle_base.h"
 
#include "cheat_type.h"
0 comments (0 inline, 0 general)