src/newgrf_industrytiles.h
changeset 7708 595630b38fbf
parent 7466 01be88d1c0a6
child 7712 e217909bd0d5
--- a/src/newgrf_industrytiles.h	Mon Jul 09 18:27:42 2007 +0000
+++ b/src/newgrf_industrytiles.h	Mon Jul 09 18:53:43 2007 +0000
@@ -7,5 +7,6 @@
 
 bool DrawNewIndustryTile(TileInfo *ti, Industry *i, IndustryGfx gfx, const IndustryTileSpec *inds);
 uint16 GetIndustryTileCallback(uint16 callback, uint32 param1, uint32 param2, IndustryGfx gfx_id, Industry *industry, TileIndex tile);
+bool PerformIndustryTileSlopeCheck(TileIndex tile, const IndustryTileSpec *its, IndustryGfx gfx);
 
 #endif /* NEWGRF_INDUSTRYTILES_H */