diff src/bridge.h @ 6160:6bb39697173c draft

(svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a map accessors header.
author rubidium <rubidium@openttd.org>
date Mon, 26 Feb 2007 18:25:03 +0000
parents 4be07d3ba23b
children 0789677a15a0
line wrap: on
line diff
--- a/src/bridge.h
+++ b/src/bridge.h
@@ -35,4 +35,6 @@
 	return &_bridge[i];
 }
 
+void DrawBridgeMiddle(const TileInfo* ti);
+
 #endif /* BRIDGE_H */