File diff r12466:bdcceb1caafa → r12467:b4ba97896a21
src/economy_base.h
Show inline comments
 
@@ -6,6 +6,8 @@
 
#define ECONOMY_BASE_H
 

	
 
#include "cargopacket.h"
 
#include "vehicle_type.h"
 
#include "company_type.h"
 

	
 
/** Type of pool to store cargo payments in. */
 
typedef Pool<CargoPayment, CargoPaymentID, 512, 64000> CargoPaymentPool;