summaryrefslogtreecommitdiff
path: root/src/economy_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/economy_func.h')
-rw-r--r--src/economy_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/economy_func.h b/src/economy_func.h
index e9c569832..8bbb4a7cc 100644
--- a/src/economy_func.h
+++ b/src/economy_func.h
@@ -34,6 +34,7 @@ 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);
uint MoveGoodsToStation(TileIndex tile, int w, int h, CargoID type, uint amount);