src/station_map.h
branchnoai
changeset 9723 eee46cb39750
parent 9722 ebf0ece7d8f6
child 9724 b39bc69bb2f2
equal deleted inserted replaced
9722:ebf0ece7d8f6 9723:eee46cb39750
     6 #define STATION_MAP_H
     6 #define STATION_MAP_H
     7 
     7 
     8 #include "rail_map.h"
     8 #include "rail_map.h"
     9 #include "road_map.h"
     9 #include "road_map.h"
    10 #include "station.h"
    10 #include "station.h"
       
    11 #include "rail.h"
    11 
    12 
    12 typedef byte StationGfx;
    13 typedef byte StationGfx;
    13 
    14 
    14 static inline StationID GetStationIndex(TileIndex t)
    15 static inline StationID GetStationIndex(TileIndex t)
    15 {
    16 {