summaryrefslogtreecommitdiff
path: root/bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'bridge.h')
-rw-r--r--bridge.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bridge.h b/bridge.h
index 79ea4fbde..18fcf81de 100644
--- a/bridge.h
+++ b/bridge.h
@@ -22,4 +22,6 @@ typedef struct Bridge {
extern const Bridge orig_bridge[MAX_BRIDGES];
extern Bridge _bridge[MAX_BRIDGES];
+uint GetBridgeFoundation(uint tileh, Axis axis);
+
#endif /* BRIDGE_H */