(svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.

This commit is contained in:
peter1138
2006-05-06 20:48:40 +00:00
parent f689b20874
commit a7a194c4df
3 changed files with 63 additions and 35 deletions

View File

@@ -107,4 +107,7 @@ int AllocateSpecToStation(const StationSpec *statspec, Station *st, bool exec);
/* Deallocate a StationSpec from a Station. Called when removing a single station tile. */
bool DeallocateSpecFromStation(Station *st, byte specindex);
/* Draw representation of a station tile for GUI purposes. */
bool DrawStationTile(int x, int y, RailType railtype, Axis axis, StationClassID sclass, uint station);
#endif /* NEWGRF_STATION_H */