(svn r16914) -Codechange: split Station and BaseStation into different files

This commit is contained in:
rubidium
2009-07-22 11:35:35 +00:00
parent 60f38af7e0
commit d361ecd8f0
16 changed files with 212 additions and 188 deletions

View File

@@ -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;