(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 f3f966e616
commit aaeeef3d88
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 */