(svn r10226) -Codechange: Add support for newindustry tiles drawing.

Heavily based on Maedhros's newhouses implementation
This commit is contained in:
belugas
2007-06-19 17:33:12 +00:00
parent bd215277b5
commit c492167f74
3 changed files with 91 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
#ifndef NEWGRF_INDUSTRYTILES_H
#define NEWGRF_INDUSTRYTILES_H
void DrawNewIndustryTile(TileInfo *ti, IndustryGfx gfx);
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 */