File diff r10207:a1fc2f2a33db → r10208:ef8fcc3dc4ca
src/economy_func.h
Show inline comments
 
@@ -3,25 +3,25 @@
 
/** @file economy_func.h Functions related to the economy. */
 

	
 
#ifndef ECONOMY_FUNC_H
 
#define ECONOMY_FUNC_H
 

	
 
#include "core/geometry_type.hpp"
 
#include "economy_type.h"
 
#include "cargo_type.h"
 
#include "vehicle_type.h"
 
#include "tile_type.h"
 
#include "town_type.h"
 
#include "industry_type.h"
 
#include "player_type.h"
 
#include "company_type.h"
 
#include "station_type.h"
 

	
 
void ResetPriceBaseMultipliers();
 
void SetPriceBaseMultiplier(uint price, byte factor);
 
void ResetEconomy();
 

	
 
extern const ScoreInfo _score_info[];
 
extern int _score_part[MAX_COMPANIES][SCORE_END];
 
extern Economy _economy;
 
extern Subsidy _subsidies[MAX_COMPANIES];
 
/* Prices and also the fractional part. */
 
extern Prices _price;