~ubuntu-branches/debian/squeeze/openttd/squeeze

« back to all changes in this revision

Viewing changes to src/economy_func.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthijs Kooijman, Matthijs Kooijman
  • Date: 2009-10-01 22:52:59 UTC
  • mfrom: (1.1.8 upstream) (2.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091001225259-5kpkp4sthbszpyif
[ Matthijs Kooijman ]
* New upstream release
* Use printf instead of echo -en in openttd-wrapper to make it POSIX
  compatible (Closes: #547758).
* Remove three patches that are now included in upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: economy_func.h 14828 2009-01-04 15:32:25Z smatz $ */
 
1
/* $Id: economy_func.h 16742 2009-07-04 17:39:00Z rubidium $ */
2
2
 
3
3
/** @file economy_func.h Functions related to the economy. */
4
4
 
39
39
Money GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, CargoID cargo_type);
40
40
uint MoveGoodsToStation(TileIndex tile, int w, int h, CargoID type, uint amount);
41
41
 
42
 
void VehiclePayment(Vehicle *front_v);
 
42
void PrepareUnload(Vehicle *front_v);
43
43
void LoadUnloadStation(Station *st);
44
44
 
45
45
Money GetPriceByIndex(uint8 index);