2006-08-03 06:44:54 +00:00
|
|
|
/* $Id$ */
|
|
|
|
|
2008-05-06 15:11:33 +00:00
|
|
|
/** @file road_cmd.h Road related functions. */
|
2007-03-28 20:41:35 +00:00
|
|
|
|
2006-08-03 06:44:54 +00:00
|
|
|
#ifndef ROAD_CMD_H
|
|
|
|
#define ROAD_CMD_H
|
|
|
|
|
2007-12-18 19:52:14 +00:00
|
|
|
#include "direction_type.h"
|
2006-08-03 06:44:54 +00:00
|
|
|
|
2007-05-21 21:58:31 +00:00
|
|
|
void DrawRoadDepotSprite(int x, int y, DiagDirection dir, RoadType rt);
|
2009-05-22 15:13:50 +00:00
|
|
|
void UpdateNearestTownForRoadTiles(bool invalidate, const struct Town *ignore = NULL);
|
2006-08-03 06:44:54 +00:00
|
|
|
|
2006-09-28 18:42:35 +00:00
|
|
|
#endif /* ROAD_CMD_H */
|