diff -r a73a3e50c7f9 -r 23958632a582 economy.h --- a/economy.h Mon Sep 13 22:04:20 2004 +0000 +++ b/economy.h Mon Sep 13 22:49:11 2004 +0000 @@ -70,6 +70,7 @@ Pair SetupSubsidyDecodeParam(Subsidy *s, bool mode); void DeleteSubsidyWithIndustry(byte index); void DeleteSubsidyWithStation(byte index); +void RemoteSubsidyAdd(Subsidy *s_new); int32 GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, byte cargo_type); uint MoveGoodsToStation(uint tile, int w, int h, int type, uint amount);