File diff r16185:2e45f981e36d → r16186:88dee3f13edf
src/industry.h
Show inline comments
 
@@ -65,6 +65,8 @@ struct Industry : IndustryPool::PoolItem
 
	Industry(TileIndex tile = INVALID_TILE) : location(tile, 0, 0) {}
 
	~Industry();
 

	
 
	void RecomputeProductionMultipliers();
 

	
 
	/**
 
	 * Get the industry of the given tile
 
	 * @param tile the tile to get the industry from