summaryrefslogtreecommitdiff
path: root/src/station_func.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-01-16 22:25:44 +0000
committerfrosch <frosch@openttd.org>2010-01-16 22:25:44 +0000
commitd27999e4463edfb46158687343cd0e4f339a81a1 (patch)
tree81958834fbc08b062066858b039cf8e4ecdb83ec /src/station_func.h
parent199091600a9040f25c99b20431b5a2e072d19049 (diff)
downloadopenttd-d27999e4463edfb46158687343cd0e4f339a81a1.tar.xz
(svn r18837) -Codechange: Rename DrawStationTileSeq() to DrawCommonTileSeq() and move it to separate file.
Diffstat (limited to 'src/station_func.h')
-rw-r--r--src/station_func.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/station_func.h b/src/station_func.h
index 99aa47e5f..2a2d8314d 100644
--- a/src/station_func.h
+++ b/src/station_func.h
@@ -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);