summaryrefslogtreecommitdiff
path: root/src/road_gui.h
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2011-01-14 11:55:40 +0000
committerterkhen <terkhen@openttd.org>2011-01-14 11:55:40 +0000
commit998246430aec028eb78b30c187bf872ea521c0f5 (patch)
treecd8485634e675f033da6e7c4ef36bdca57bfbc20 /src/road_gui.h
parente8e535f58c74c47de40df3aad32f1857e438ec9f (diff)
downloadopenttd-998246430aec028eb78b30c187bf872ea521c0f5.tar.xz
(svn r21776) -Codechange: Give a more appropriate name to the road connection function.
-Document: Add doxygen comments to the function.
Diffstat (limited to 'src/road_gui.h')
-rw-r--r--src/road_gui.h1
1 files changed, 1 insertions, 0 deletions
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 */