From 998246430aec028eb78b30c187bf872ea521c0f5 Mon Sep 17 00:00:00 2001 From: terkhen Date: Fri, 14 Jan 2011 11:55:40 +0000 Subject: (svn r21776) -Codechange: Give a more appropriate name to the road connection function. -Document: Add doxygen comments to the function. --- src/road_gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/road_gui.h') diff --git a/src/road_gui.h b/src/road_gui.h index 929610dde..a2c1ae6b2 100644 --- a/src/road_gui.h +++ b/src/road_gui.h @@ -16,5 +16,6 @@ struct Window *ShowBuildRoadToolbar(RoadType roadtype); struct Window *ShowBuildRoadScenToolbar(); +void ConnectRoadToStructure(TileIndex tile, DiagDirection direction); #endif /* ROAD_GUI_H */ -- cgit v1.2.3-54-g00ecf