From f183f465612b10ba67ca7a896a40a991749b81b5 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 9 Jul 2007 18:53:43 +0000 Subject: (svn r10490) -Codechange: add support for industries on non-flat surfaces. --- src/newgrf_industrytiles.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/newgrf_industrytiles.h') diff --git a/src/newgrf_industrytiles.h b/src/newgrf_industrytiles.h index 648c165e1..9495aa202 100644 --- a/src/newgrf_industrytiles.h +++ b/src/newgrf_industrytiles.h @@ -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 */ -- cgit v1.2.3-54-g00ecf