belugas@6884: /* $Id$ */ belugas@6884: belugas@6884: /** @file newgrf_industrytiles.h */ belugas@6884: belugas@6884: #ifndef NEWGRF_INDUSTRYTILES_H belugas@6884: #define NEWGRF_INDUSTRYTILES_H belugas@6884: belugas@6970: bool DrawNewIndustryTile(TileInfo *ti, Industry *i, IndustryGfx gfx, const IndustryTileSpec *inds); belugas@6884: uint16 GetIndustryTileCallback(uint16 callback, uint32 param1, uint32 param2, IndustryGfx gfx_id, Industry *industry, TileIndex tile); rubidium@7212: bool PerformIndustryTileSlopeCheck(TileIndex tile, const IndustryTileSpec *its, IndustryGfx gfx); belugas@6884: belugas@6884: #endif /* NEWGRF_INDUSTRYTILES_H */