(svn r16914) -Codechange: split Station and BaseStation into different files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user