newgrf_station.h
changeset 3764 ebcaf412fb3a
parent 3752 a7cdd7c0c928
child 3765 e057e2b740d4
equal deleted inserted replaced
3763:460bbb4a8154 3764:ebcaf412fb3a
   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 */