src/bridge.h
changeset 7831 5dded9b03500
parent 7814 fe643468ad64
child 8615 6b91ca653bad
--- a/src/bridge.h	Thu Jul 26 15:37:19 2007 +0000
+++ b/src/bridge.h	Thu Jul 26 16:51:10 2007 +0000
@@ -27,7 +27,7 @@
 extern const Bridge orig_bridge[MAX_BRIDGES];
 extern Bridge _bridge[MAX_BRIDGES];
 
-uint GetBridgeFoundation(Slope tileh, Axis axis);
+Foundation GetBridgeFoundation(Slope tileh, Axis axis);
 
 static inline const Bridge *GetBridge(uint i)
 {