(svn r18837) -Codechange: Rename DrawStationTileSeq() to DrawCommonTileSeq() and move it to separate file.
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
#include "rail_type.h"
|
||||
#include "road_type.h"
|
||||
#include "cargo_type.h"
|
||||
#include "transparency.h"
|
||||
#include "company_type.h"
|
||||
|
||||
void ModifyStationRatingAround(TileIndex tile, Owner owner, int amount, uint radius);
|
||||
@@ -35,8 +34,6 @@ void UpdateStationAcceptance(Station *st, bool show_msg);
|
||||
const DrawTileSprites *GetStationTileLayout(StationType st, byte gfx);
|
||||
void StationPickerDrawSprite(int x, int y, StationType st, RailType railtype, RoadType roadtype, int image);
|
||||
|
||||
void DrawStationTileSeq(const struct TileInfo *ti, const DrawTileSprites *dts, TransparencyOption to, int32 total_offset, uint32 relocation, SpriteID default_palette);
|
||||
|
||||
bool HasStationInUse(StationID station, CompanyID company);
|
||||
|
||||
RoadStop *GetRoadStopByTile(TileIndex tile, RoadStopType type);
|
||||
|
Reference in New Issue
Block a user