summaryrefslogtreecommitdiff
path: root/src/tunnelbridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tunnelbridge.h')
-rw-r--r--src/tunnelbridge.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tunnelbridge.h b/src/tunnelbridge.h
index 5bc417d47..ab8891f62 100644
--- a/src/tunnelbridge.h
+++ b/src/tunnelbridge.h
@@ -16,6 +16,8 @@
/**
* Calculates the length of a tunnel or a bridge (without end tiles)
+ * @param begin The begin of the tunnel or bridge.
+ * @param end The end of the tunnel or bridge.
* @return length of bridge/tunnel middle
*/
static inline uint GetTunnelBridgeLength(TileIndex begin, TileIndex end)