rail.h
branchcustombridgeheads
changeset 5599 a18b0c2587f7
parent 5598 166345600ba9
child 5632 025c3b25f1fd
equal deleted inserted replaced
5598:166345600ba9 5599:a18b0c2587f7
   463  * @see DrawCatenaryRailway
   463  * @see DrawCatenaryRailway
   464  */
   464  */
   465 void DrawCatenary(const TileInfo *ti);
   465 void DrawCatenary(const TileInfo *ti);
   466 
   466 
   467 uint GetRailFoundation(Slope tileh, TrackBits bits);
   467 uint GetRailFoundation(Slope tileh, TrackBits bits);
       
   468 void DrawTile_Track(TileInfo *ti);
   468 uint32 GetTileTrackStatus_Track(TileIndex tile, TransportType mode);
   469 uint32 GetTileTrackStatus_Track(TileIndex tile, TransportType mode);
   469 
   470 
   470 int32 SettingsDisableElrail(int32 p1); ///< _patches.disable_elrail callback
   471 int32 SettingsDisableElrail(int32 p1); ///< _patches.disable_elrail callback
   471 
   472 
   472 #endif /* RAIL_H */
   473 #endif /* RAIL_H */