src/newgrf_industrytiles.h
author rubidium
Mon, 09 Jul 2007 18:53:43 +0000
changeset 7212 5d99296fb545
parent 6970 b489d8ec5d4a
child 7216 2bb13ff061b1
permissions -rw-r--r--
(svn r10490) -Codechange: add support for industries on non-flat surfaces.
/* $Id$ */

/** @file newgrf_industrytiles.h */

#ifndef NEWGRF_INDUSTRYTILES_H
#define NEWGRF_INDUSTRYTILES_H

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 */