equal
deleted
inserted
replaced
105 int AllocateSpecToStation(const StationSpec *statspec, Station *st, bool exec); |
105 int AllocateSpecToStation(const StationSpec *statspec, Station *st, bool exec); |
106 |
106 |
107 /* Deallocate a StationSpec from a Station. Called when removing a single station tile. */ |
107 /* Deallocate a StationSpec from a Station. Called when removing a single station tile. */ |
108 bool DeallocateSpecFromStation(Station *st, byte specindex); |
108 bool DeallocateSpecFromStation(Station *st, byte specindex); |
109 |
109 |
|
110 /* Draw representation of a station tile for GUI purposes. */ |
|
111 bool DrawStationTile(int x, int y, RailType railtype, Axis axis, StationClassID sclass, uint station); |
|
112 |
110 #endif /* NEWGRF_STATION_H */ |
113 #endif /* NEWGRF_STATION_H */ |