summaryrefslogtreecommitdiff
path: root/src/tunnelbridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tunnelbridge.h')
-rw-r--r--src/tunnelbridge.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tunnelbridge.h b/src/tunnelbridge.h
index ab8891f62..0a2c2293d 100644
--- a/src/tunnelbridge.h
+++ b/src/tunnelbridge.h
@@ -14,6 +14,9 @@
#include "map_func.h"
+void MarkBridgeDirty(TileIndex begin, TileIndex end, DiagDirection direction, uint bridge_height);
+void MarkBridgeDirty(TileIndex tile);
+
/**
* Calculates the length of a tunnel or a bridge (without end tiles)
* @param begin The begin of the tunnel or bridge.