From aaeeef3d88333098f2630f2975dfeadcbfa08cbb Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 26 Feb 2007 18:25:03 +0000 Subject: (svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a map accessors header. --- src/bridge.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/bridge.h') diff --git a/src/bridge.h b/src/bridge.h index bf622804d..6690988a5 100644 --- a/src/bridge.h +++ b/src/bridge.h @@ -35,4 +35,6 @@ static inline const Bridge *GetBridge(uint i) return &_bridge[i]; } +void DrawBridgeMiddle(const TileInfo* ti); + #endif /* BRIDGE_H */ -- cgit v1.2.3-54-g00ecf