summaryrefslogtreecommitdiff
path: root/src/currency.h
diff options
context:
space:
mode:
authorplanetmaker <planetmaker@openttd.org>2013-03-09 16:31:56 +0000
committerplanetmaker <planetmaker@openttd.org>2013-03-09 16:31:56 +0000
commit303ebbb6e44602de7a4e7057f91911c2ebeece51 (patch)
treed295cde0cbe13e7f8093c245fa932e591911a1a8 /src/currency.h
parentfae3cbae9fffc2fa3315d4e77f31bdd7d5a34a2c (diff)
downloadopenttd-303ebbb6e44602de7a4e7057f91911c2ebeece51.tar.xz
(svn r25076) -Add [FS#5212]: Georgian Lari and Iranian Rial as currencies
Diffstat (limited to 'src/currency.h')
-rw-r--r--src/currency.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/currency.h b/src/currency.h
index aa29efdf7..ab8026002 100644
--- a/src/currency.h
+++ b/src/currency.h
@@ -56,6 +56,8 @@ enum Currencies {
CURRENCY_KRW, ///< South Korean Won
CURRENCY_ZAR, ///< South African Rand
CURRENCY_CUSTOM, ///< Custom currency
+ CURRENCY_GEL, ///< Georgian Lari
+ CURRENCY_IRR, ///< Iranian Rial
CURRENCY_END, ///< always the last item
};