(svn r14611) -Fix (r13437)[FS#2421]: Store the age of a house in the map array instead of the construction year.
Note: Savegames from r13437 to now are broken and have a age of 255 years for a lot houses.
/* $Id$ */
/** @file road_cmd.h Road related functions. */
#ifndef ROAD_CMD_H
#define ROAD_CMD_H
#include "direction_type.h"
void DrawRoadDepotSprite(int x, int y, DiagDirection dir, RoadType rt);
void UpdateNearestTownForRoadTiles(bool invalidate);
#endif /* ROAD_CMD_H */