rail.h
changeset 3395 31eace25f169
parent 3355 a653b8e47f27
child 3497 b3b7e1664379
equal deleted inserted replaced
3394:78963d9c1022 3395:31eace25f169
   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 */