src/rail_map.h
changeset 5838 9c3129cb019b
parent 5726 8f399788f6c9
child 6268 4b5241e5dd10
equal deleted inserted replaced
5837:96b4b92b86ae 5838:9c3129cb019b
   264  * Note that there is no check if the given trackdir is actually present on
   264  * Note that there is no check if the given trackdir is actually present on
   265  * the tile!
   265  * the tile!
   266  * The given trackdir is used when there are (could be) multiple rail types on
   266  * The given trackdir is used when there are (could be) multiple rail types on
   267  * one tile.
   267  * one tile.
   268  */
   268  */
   269 RailType GetTileRailType(TileIndex tile, Trackdir trackdir);
   269 RailType GetTileRailType(TileIndex tile, Track track);
   270 
   270 
   271 
   271 
   272 typedef enum RailGroundType {
   272 typedef enum RailGroundType {
   273 	RAIL_GROUND_BARREN       =  0,
   273 	RAIL_GROUND_BARREN       =  0,
   274 	RAIL_GROUND_GRASS        =  1,
   274 	RAIL_GROUND_GRASS        =  1,