changeset 3395 | edfd22fd92c9 |
parent 3355 | e414a0b104a6 |
child 3497 | 154080838ed1 |
3394:f8a308a11171 | 3395:edfd22fd92c9 |
---|---|
510 * @param ti The TileInfo struct of the tile being drawn |
510 * @param ti The TileInfo struct of the tile being drawn |
511 * @see DrawCatenaryRailway |
511 * @see DrawCatenaryRailway |
512 */ |
512 */ |
513 void DrawCatenary(const TileInfo *ti); |
513 void DrawCatenary(const TileInfo *ti); |
514 |
514 |
515 uint GetRailFoundation(uint tileh, uint bits); |
515 uint GetRailFoundation(uint tileh, TrackBits bits); |
516 #endif /* RAIL_H */ |
516 #endif /* RAIL_H */ |