File diff r2158:c6fcd114db94 → r2159:2c706fe6b0a7
landscape.c
Show inline comments
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "map.h"
 
#include "player.h"
 
#include "spritecache.h"
 
#include "table/sprites.h"
 
#include "tile.h"
 
#include <stdarg.h>
 
#include "viewport.h"
 
#include "command.h"
 
#include "vehicle.h"
 
#include "variables.h"
 

	
 
extern const TileTypeProcs
 
	_tile_type_clear_procs,
 
	_tile_type_rail_procs,
 
	_tile_type_road_procs,
 
	_tile_type_town_procs,
 
	_tile_type_trees_procs,
 
	_tile_type_station_procs,
 
	_tile_type_water_procs,
 
	_tile_type_dummy_procs,
 
	_tile_type_industry_procs,
 
	_tile_type_tunnelbridge_procs,