src/rail_map.h
changeset 8604 8afdd9877afd
parent 8597 87f03bc9c8e4
child 8634 5ffca02f9115
equal deleted inserted replaced
8603:88c5ce6a5215 8604:8afdd9877afd
     6 #define RAIL_MAP_H
     6 #define RAIL_MAP_H
     7 
     7 
     8 #include "direction_func.h"
     8 #include "direction_func.h"
     9 #include "track_func.h"
     9 #include "track_func.h"
    10 #include "rail.h"
    10 #include "rail.h"
    11 #include "tile.h"
    11 #include "tile_map.h"
    12 
    12 
    13 
    13 
    14 /** Different types of Rail-related tiles */
    14 /** Different types of Rail-related tiles */
    15 enum RailTileType {
    15 enum RailTileType {
    16 	RAIL_TILE_NORMAL   = 0, ///< Normal rail tile without signals
    16 	RAIL_TILE_NORMAL   = 0, ///< Normal rail tile without signals