Changeset - r8225:491804378826
[Not reviewed]
master
0 17 0
rubidium - 17 years ago 2008-01-09 09:57:48
rubidium@openttd.org
(svn r11788) -Fix (11787): makedepend doesn't mark delete files as changed...
17 files changed with 19 insertions and 15 deletions:
0 comments (0 inline, 0 general)
src/console_cmds.cpp
Show inline comments
 
@@ -23,7 +23,7 @@
 
#include "genworld.h"
 
#include "network/network.h"
 
#include "strings_func.h"
 
#include "viewport.h"
 
#include "viewport_func.h"
 
#include "window_func.h"
 
#include "functions.h"
 
#include "map_func.h"
src/dummy_land.cpp
Show inline comments
 
@@ -8,7 +8,7 @@
 
#include "tile_cmd.h"
 
#include "command_func.h"
 
#include "table/sprites.h"
 
#include "viewport.h"
 
#include "viewport_func.h"
 

	
 
static void DrawTile_Dummy(TileInfo *ti)
 
{
src/engine.cpp
Show inline comments
 
@@ -19,7 +19,7 @@
 
#include "group.h"
 
#include "misc/autoptr.hpp"
 
#include "strings_func.h"
 
#include "viewport.h"
 
#include "gfx_func.h"
 
#include "functions.h"
 
#include "window_func.h"
 
#include "date_func.h"
src/genworld.cpp
Show inline comments
 
@@ -17,7 +17,8 @@
 
#include "debug.h"
 
#include "settings_func.h"
 
#include "heightmap.h"
 
#include "viewport.h"
 
#include "viewport_func.h"
 
#include "gfx_func.h"
 
#include "map_func.h"
 
#include "date_func.h"
 
#include "core/random_func.hpp"
src/industry_cmd.cpp
Show inline comments
 
@@ -11,7 +11,7 @@
 
#include "table/sprites.h"
 
#include "train.h"
 
#include "landscape.h"
 
#include "viewport.h"
 
#include "viewport_func.h"
 
#include "command_func.h"
 
#include "industry.h"
 
#include "town.h"
src/landscape.cpp
Show inline comments
 
@@ -9,7 +9,7 @@
 
#include "spritecache.h"
 
#include "table/sprites.h"
 
#include <stdarg.h>
 
#include "viewport.h"
 
#include "viewport_func.h"
 
#include "command_func.h"
 
#include "landscape.h"
 
#include "variables.h"
src/newgrf_house.cpp
Show inline comments
 
@@ -6,7 +6,7 @@
 
#include "openttd.h"
 
#include "variables.h"
 
#include "debug.h"
 
#include "viewport.h"
 
#include "viewport_func.h"
 
#include "landscape.h"
 
#include "town.h"
 
#include "town_map.h"
src/newgrf_industrytiles.cpp
Show inline comments
 
@@ -6,7 +6,7 @@
 
#include "openttd.h"
 
#include "variables.h"
 
#include "debug.h"
 
#include "viewport.h"
 
#include "viewport_func.h"
 
#include "landscape.h"
 
#include "newgrf.h"
 
#include "industry.h"
src/screenshot.cpp
Show inline comments
 
@@ -5,7 +5,8 @@
 
#include "debug.h"
 
#include "table/strings.h"
 
#include "fileio.h"
 
#include "viewport.h"
 
#include "viewport_func.h"
 
#include "gfx_func.h"
 
#include "player.h"
 
#include "screenshot.h"
 
#include "variables.h"
src/signs.cpp
Show inline comments
 
@@ -13,7 +13,7 @@
 
#include "variables.h"
 
#include "misc/autoptr.hpp"
 
#include "strings_func.h"
 
#include "viewport.h"
 
#include "viewport_func.h"
 
#include "zoom_func.h"
 
#include "functions.h"
 
#include "window_func.h"
src/station.cpp
Show inline comments
 
@@ -10,7 +10,6 @@
 
#include "table/sprites.h"
 
#include "table/strings.h"
 
#include "station.h"
 
#include "viewport.h"
 
#include "town.h"
 
#include "news.h"
 
#include "saveload.h"
src/station_cmd.cpp
Show inline comments
 
@@ -14,7 +14,7 @@
 
#include "table/sprites.h"
 
#include "table/strings.h"
 
#include "station.h"
 
#include "viewport.h"
 
#include "viewport_func.h"
 
#include "command_func.h"
 
#include "town.h"
 
#include "news.h"
src/texteff.cpp
Show inline comments
 
@@ -6,7 +6,7 @@
 
#include "openttd.h"
 
#include "tile_cmd.h"
 
#include "landscape.h"
 
#include "viewport.h"
 
#include "gfx_func.h"
 
#include "saveload.h"
 
#include "console.h"
 
#include "variables.h"
 
@@ -20,6 +20,7 @@
 
#include "core/alloc_func.hpp"
 
#include "date_func.h"
 
#include "functions.h"
 
#include "viewport_func.h"
 

	
 
enum {
 
	MAX_TEXTMESSAGE_LENGTH = 200,
src/tree_cmd.cpp
Show inline comments
 
@@ -12,7 +12,7 @@
 
#include "tile_cmd.h"
 
#include "landscape.h"
 
#include "tree_map.h"
 
#include "viewport.h"
 
#include "viewport_func.h"
 
#include "command_func.h"
 
#include "economy_func.h"
 
#include "town.h"
src/viewport_func.h
Show inline comments
 
@@ -5,6 +5,7 @@
 
#ifndef VIEWPORT_FUNC_H
 
#define VIEWPORT_FUNC_H
 

	
 
#include "gfx_type.h"
 
#include "viewport_type.h"
 
#include "vehicle_type.h"
 

	
src/viewport_type.h
Show inline comments
 
@@ -5,6 +5,7 @@
 
#ifndef VIEWPORT_TYPE_H
 
#define VIEWPORT_TYPE_H
 

	
 
#include "core/geometry_type.hpp"
 
#include "zoom_type.h"
 
#include "window_type.h"
 
#include "tile_type.h"
src/waypoint.cpp
Show inline comments
 
@@ -21,7 +21,7 @@
 
#include "newgrf.h"
 
#include "misc/autoptr.hpp"
 
#include "strings_func.h"
 
#include "viewport.h"
 
#include "gfx_func.h"
 
#include "functions.h"
 
#include "window_func.h"
 
#include "economy_func.h"
0 comments (0 inline, 0 general)