00001 /* $Id: road_cmd.h 14591 2008-11-18 22:43:59Z smatz $ */ 00002 00005 #ifndef ROAD_CMD_H 00006 #define ROAD_CMD_H 00007 00008 #include "direction_type.h" 00009 00010 void DrawRoadDepotSprite(int x, int y, DiagDirection dir, RoadType rt); 00011 void UpdateNearestTownForRoadTiles(bool invalidate); 00012 00013 #endif /* ROAD_CMD_H */