File diff r23952:2d92a4a7c152 → r23953:ba75d2f3b530
src/company_base.h
Show inline comments
 
@@ -168,9 +168,6 @@ struct Company : CompanyPool::PoolItem<&
 
	static void PostDestructor(size_t index);
 
};
 

	
 
#define FOR_ALL_COMPANIES_FROM(var, start) FOR_ALL_ITEMS_FROM(Company, company_index, var, start)
 
#define FOR_ALL_COMPANIES(var) FOR_ALL_COMPANIES_FROM(var, 0)
 

	
 
Money CalculateCompanyValue(const Company *c, bool including_loan = true);
 

	
 
extern uint _next_competitor_start;