src/newgrf_industrytiles.h
changeset 7712 e217909bd0d5
parent 7708 595630b38fbf
child 7725 e3892b38aa14
equal deleted inserted replaced
7711:66dffbd3b136 7712:e217909bd0d5
     5 #ifndef NEWGRF_INDUSTRYTILES_H
     5 #ifndef NEWGRF_INDUSTRYTILES_H
     6 #define NEWGRF_INDUSTRYTILES_H
     6 #define NEWGRF_INDUSTRYTILES_H
     7 
     7 
     8 bool DrawNewIndustryTile(TileInfo *ti, Industry *i, IndustryGfx gfx, const IndustryTileSpec *inds);
     8 bool DrawNewIndustryTile(TileInfo *ti, Industry *i, IndustryGfx gfx, const IndustryTileSpec *inds);
     9 uint16 GetIndustryTileCallback(uint16 callback, uint32 param1, uint32 param2, IndustryGfx gfx_id, Industry *industry, TileIndex tile);
     9 uint16 GetIndustryTileCallback(uint16 callback, uint32 param1, uint32 param2, IndustryGfx gfx_id, Industry *industry, TileIndex tile);
    10 bool PerformIndustryTileSlopeCheck(TileIndex tile, const IndustryTileSpec *its, IndustryGfx gfx);
    10 bool PerformIndustryTileSlopeCheck(TileIndex tile, const IndustryTileSpec *its, IndustryType type, IndustryGfx gfx);
    11 
    11 
    12 #endif /* NEWGRF_INDUSTRYTILES_H */
    12 #endif /* NEWGRF_INDUSTRYTILES_H */