summaryrefslogtreecommitdiff
path: root/src/economy_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/economy_type.h')
-rw-r--r--src/economy_type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/economy_type.h b/src/economy_type.h
index 415e17373..c5ae9a0d9 100644
--- a/src/economy_type.h
+++ b/src/economy_type.h
@@ -125,4 +125,7 @@ enum ExpensesType {
/** The "steps" in loan size, in British Pounds! */
static const int LOAN_INTERVAL = 10000;
+struct CargoPayment;
+typedef uint32 CargoPaymentID;
+
#endif /* ECONOMY_TYPE_H */