summaryrefslogtreecommitdiff
path: root/src/currency.h
diff options
context:
space:
mode:
authorLimyx826 <38696851+Limyx826@users.noreply.github.com>2021-03-01 19:51:21 +0800
committerCharles Pigott <charlespigott@googlemail.com>2021-03-01 21:56:26 +0000
commit47e899cf7532f29acfe479c77a1d02f4fdd288ef (patch)
treecdb838d04497856dcea5b17b3a7fb1aa5f5daf77 /src/currency.h
parent64686b53ff743d1cc6d8b522abd066bca1420a59 (diff)
downloadopenttd-47e899cf7532f29acfe479c77a1d02f4fdd288ef.tar.xz
Add: Malaysia Ringgit as Currency
Cause why not *Update the formating
Diffstat (limited to 'src/currency.h')
-rw-r--r--src/currency.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/currency.h b/src/currency.h
index 37d1c66b9..e97fc6cb8 100644
--- a/src/currency.h
+++ b/src/currency.h
@@ -64,6 +64,7 @@ enum Currencies {
CURRENCY_HKD, ///< Hong Kong Dollar
CURRENCY_INR, ///< Indian Rupee
CURRENCY_IDR, ///< Indonesian Rupiah
+ CURRENCY_MYR, ///< Malaysian Ringgit
CURRENCY_END, ///< always the last item
};