src/newgrf_industrytiles.h
author peter1138
Thu, 05 Jul 2007 12:23:54 +0000
changeset 7666 a5fccd76176a
parent 7466 01be88d1c0a6
child 7708 595630b38fbf
child 9641 855e32c08c9b
permissions -rw-r--r--
(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/music/video drivers, using self-registration based on the blitter-model.
/* $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 */