(svn r3530) - NewGRF: Move station resolver to newgrf_station

This commit is contained in:
peter1138
2006-02-03 23:02:01 +00:00
parent e57ea5e57d
commit a3c14182d3
4 changed files with 88 additions and 87 deletions

View File

@@ -196,11 +196,6 @@ uint GetStationPlatforms(const Station *st, TileIndex tile);
void StationPickerDrawSprite(int x, int y, RailType railtype, int image);
/* Get sprite offset for a given custom station and station structure (may be
* NULL if ctype is set - that means we are in a build dialog). The station
* structure is used for variational sprite groups. */
uint32 GetCustomStationRelocation(const StationSpec *spec, const Station *st, byte ctype);
RoadStop * GetRoadStopByTile(TileIndex tile, RoadStopType type);
static inline int GetRoadStopType(TileIndex tile)
{