diff options
author | rubidium <rubidium@openttd.org> | 2007-02-26 18:25:03 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-02-26 18:25:03 +0000 |
commit | 191a739d31ff66d39a579b8c2438a5068727a276 (patch) | |
tree | f70c9827974b8185b970e536e680f84c5c744faf /src/bridge.h | |
parent | 67201b129de8c1a41b0ca09e1de67caedfcd4e60 (diff) | |
download | openttd-191a739d31ff66d39a579b8c2438a5068727a276.tar.xz |
(svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a map accessors header.
Diffstat (limited to 'src/bridge.h')
-rw-r--r-- | src/bridge.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |