(svn r10490) -Codechange: add support for industries on non-flat surfaces.
This commit is contained in:
		@@ -7,5 +7,6 @@
 | 
			
		||||
 | 
			
		||||
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);
 | 
			
		||||
bool PerformIndustryTileSlopeCheck(TileIndex tile, const IndustryTileSpec *its, IndustryGfx gfx);
 | 
			
		||||
 | 
			
		||||
#endif /* NEWGRF_INDUSTRYTILES_H */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user