From 30863358f9f2bd0951fe46103e0fb9fa6a2c97d8 Mon Sep 17 00:00:00 2001 From: belugas Date: Wed, 13 Jun 2007 02:29:08 +0000 Subject: (svn r10127) -Add: Addition of basic structure for industry tiles callbacks (unfinished). -Codechange: ResolverObject receives member gfx, making it compatible for both industries and industry tiles -Codechange: NewIndustryResolver now has his randombits and triggers (even if not implemented) --- src/newgrf_industrytiles.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/newgrf_industrytiles.h (limited to 'src/newgrf_industrytiles.h') diff --git a/src/newgrf_industrytiles.h b/src/newgrf_industrytiles.h new file mode 100644 index 000000000..e51a0a336 --- /dev/null +++ b/src/newgrf_industrytiles.h @@ -0,0 +1,11 @@ +/* $Id$ */ + +/** @file newgrf_industrytiles.h */ + +#ifndef NEWGRF_INDUSTRYTILES_H +#define NEWGRF_INDUSTRYTILES_H + +void DrawNewIndustryTile(TileInfo *ti, IndustryGfx gfx); +uint16 GetIndustryTileCallback(uint16 callback, uint32 param1, uint32 param2, IndustryGfx gfx_id, Industry *industry, TileIndex tile); + +#endif /* NEWGRF_INDUSTRYTILES_H */ -- cgit v1.2.3-54-g00ecf