(svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a map accessors header.

This commit is contained in:
rubidium
2007-02-26 18:25:03 +00:00
parent 67201b129d
commit 191a739d31
7 changed files with 7 additions and 4 deletions

View File

@@ -35,4 +35,6 @@ static inline const Bridge *GetBridge(uint i)
return &_bridge[i];
}
void DrawBridgeMiddle(const TileInfo* ti);
#endif /* BRIDGE_H */