Files @ r7164:eba2b7671785
Branch filter:

Location: cpp/openttd-patchpack/source/src/newgrf_industrytiles.h

miham
(svn r10438) -Update: WebTranslator2 update to 2007-07-04 19:52:16
american - 20 fixed by WhiteRabbit (20)
danish - 21 fixed, 1 changed by ThomasA (22)
portuguese - 10 fixed by izhirahider (10)
traditional_chinese - 2 changed by xbddc (2)
/* $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);

#endif /* NEWGRF_INDUSTRYTILES_H */