|
OpenTTD Source 20251104-master-g3befbdd52f
|
Base classes related to the economy. More...
#include "cargopacket.h"Go to the source code of this file.
Data Structures | |
| struct | CargoPayment |
| Helper class to perform the cargo payment. More... | |
Typedefs | |
| using | CargoPaymentPool = Pool< CargoPayment, CargoPaymentID, 512 > |
| Type of pool to store cargo payments in; little over 1 million. | |
Variables | |
| CargoPaymentPool | _cargo_payment_pool |
| The actual pool to store cargo payments in. | |
Base classes related to the economy.
Definition in file economy_base.h.
| using CargoPaymentPool = Pool<CargoPayment, CargoPaymentID, 512> |
Type of pool to store cargo payments in; little over 1 million.
Definition at line 16 of file economy_base.h.