summaryrefslogtreecommitdiff
path: root/src/economy_func.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-05-23 15:46:00 +0000
committersmatz <smatz@openttd.org>2009-05-23 15:46:00 +0000
commitb2aed51f8e42e0e45d08a65b8883b3fa034d0f4b (patch)
tree3b45fa52ccaffe68d01b5f234afc6b2c927b92bc /src/economy_func.h
parentf2317d0d9d74c3f5d14530c14b314ad32d05ef80 (diff)
downloadopenttd-b2aed51f8e42e0e45d08a65b8883b3fa034d0f4b.tar.xz
(svn r16403) -Codechange: move code related to subsidies to separate file
Diffstat (limited to 'src/economy_func.h')
-rw-r--r--src/economy_func.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/economy_func.h b/src/economy_func.h
index 8bbb4a7cc..73d5f7e83 100644
--- a/src/economy_func.h
+++ b/src/economy_func.h
@@ -22,7 +22,6 @@ 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;
extern uint16 _price_frac[NUM_PRICES];
@@ -30,10 +29,6 @@ extern Money _cargo_payment_rates[NUM_CARGO];
extern uint16 _cargo_payment_rates_frac[NUM_CARGO];
int UpdateCompanyRatingAndValue(Company *c, bool update);
-Pair SetupSubsidyDecodeParam(const Subsidy *s, bool mode);
-void DeleteSubsidyWithTown(TownID index);
-void DeleteSubsidyWithIndustry(IndustryID index);
-void DeleteSubsidyWithStation(StationID index);
void StartupIndustryDailyChanges(bool init_counter);
Money GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, CargoID cargo_type);