src/newgrf_industrytiles.h
changeset 6970 b489d8ec5d4a
parent 6884 a931841e9df4
child 7212 5d99296fb545
--- a/src/newgrf_industrytiles.h	Tue Jun 19 17:32:01 2007 +0000
+++ b/src/newgrf_industrytiles.h	Tue Jun 19 17:33:12 2007 +0000
@@ -5,7 +5,7 @@
 #ifndef NEWGRF_INDUSTRYTILES_H
 #define NEWGRF_INDUSTRYTILES_H
 
-void DrawNewIndustryTile(TileInfo *ti, IndustryGfx gfx);
+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);
 
 #endif /* NEWGRF_INDUSTRYTILES_H */