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

« back to all changes in this revision

Viewing changes to src/economy_type.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_type.h 14332 2008-09-15 17:18:22Z belugas $ */
 
1
/* $Id: economy_type.h 16742 2009-07-04 17:39:00Z rubidium $ */
2
2
 
3
3
/** @file economy_type.h Types related to the economy. */
4
4
 
136
136
        LOAN_INTERVAL_OLD_AI = 50000,
137
137
};
138
138
 
 
139
struct CargoPayment;
 
140
typedef uint32 CargoPaymentID;
 
141
 
139
142
#endif /* ECONOMY_TYPE_H */