(svn r21776) -Codechange: Give a more appropriate name to the road connection function.

-Document: Add doxygen comments to the function.
This commit is contained in:
terkhen
2011-01-14 11:55:40 +00:00
parent e8e535f58c
commit 998246430a
2 changed files with 10 additions and 4 deletions

View File

@@ -16,5 +16,6 @@
struct Window *ShowBuildRoadToolbar(RoadType roadtype);
struct Window *ShowBuildRoadScenToolbar();
void ConnectRoadToStructure(TileIndex tile, DiagDirection direction);
#endif /* ROAD_GUI_H */