(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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user