src/newgrf_industrytiles.h
branchgamebalance
changeset 9913 e79cd19772dd
child 7466 01be88d1c0a6
equal deleted inserted replaced
9912:1ac8aac92385 9913:e79cd19772dd
       
     1 /* $Id$ */
       
     2 
       
     3 /** @file newgrf_industrytiles.h */
       
     4 
       
     5 #ifndef NEWGRF_INDUSTRYTILES_H
       
     6 #define NEWGRF_INDUSTRYTILES_H
       
     7 
       
     8 void DrawNewIndustryTile(TileInfo *ti, IndustryGfx gfx);
       
     9 uint16 GetIndustryTileCallback(uint16 callback, uint32 param1, uint32 param2, IndustryGfx gfx_id, Industry *industry, TileIndex tile);
       
    10 
       
    11 #endif /* NEWGRF_INDUSTRYTILES_H */