|
OpenTTD Source
1.10.0-RC1
|
Base classes related to the economy. More...
Go to the source code of this file.
Data Structures | |
| struct | CargoPayment |
| Helper class to perform the cargo payment. More... | |
Typedefs | |
| typedef Pool< CargoPayment, CargoPaymentID, 512, 0xFF000 > | CargoPaymentPool |
| Type of pool to store cargo payments in; little over 1 million. More... | |
Variables | |
| CargoPaymentPool | _cargo_payment_pool |
| The actual pool to store cargo payments in. More... | |
Base classes related to the economy.
Definition in file economy_base.h.
| typedef Pool<CargoPayment, CargoPaymentID, 512, 0xFF000> CargoPaymentPool |
Type of pool to store cargo payments in; little over 1 million.
Definition at line 17 of file economy_base.h.
| CargoPaymentPool _cargo_payment_pool |
The actual pool to store cargo payments in.