File diff r9713:e2acfa26cf4a → r9714:24e754d1822b
src/tile_cmd.h
Show inline comments
 
@@ -49,12 +49,15 @@ struct TileInfo {
 

	
 
struct TileDesc {
 
	StringID str;
 
	Owner owner[4];
 
	StringID owner_type[4];
 
	Date build_date;
 
	StringID station_class;
 
	StringID station_name;
 
	const char *grf;
 
	uint64 dparam[2];
 
};
 

	
 
typedef void DrawTileProc(TileInfo *ti);
 
typedef uint GetSlopeZProc(TileIndex tile, uint x, uint y);
 
typedef CommandCost ClearTileProc(TileIndex tile, byte flags);