diff src/station_func.h @ 19907:e66469894c9c draft

(svn r24840) -Fix: Draw NewGRF railtypes in NewGRF station previews.
author peter1138 <peter1138@openttd.org>
date Sun, 23 Dec 2012 15:38:54 +0000
parents 6d89676c61f3
children 93d7e37bd666
line wrap: on
line diff
--- a/src/station_func.h
+++ b/src/station_func.h
@@ -16,6 +16,7 @@
 #include "rail_type.h"
 #include "road_type.h"
 #include "economy_func.h"
+#include "rail.h"
 
 void ModifyStationRatingAround(TileIndex tile, Owner owner, int amount, uint radius);
 
@@ -44,6 +45,8 @@
 
 void UpdateAirportsNoise();
 
+bool SplitGroundSpriteForOverlay(const TileInfo *ti, SpriteID *ground, RailTrackOffset *overlay_offset);
+
 /**
  * Calculates the maintenance cost of a number of station tiles.
  * @param num Number of station tiles.