File diff r2158:c6fcd114db94 → r2159:2c706fe6b0a7
landscape.c
Show inline comments
 
@@ -6,12 +6,13 @@
 
#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,