Add: Currency: NTD, CNY, HKD

This commit is contained in:
iigmir
2019-05-16 14:16:45 +08:00
committed by Niels Martin Hansen
parent 6396ec05fe
commit 5b09323a58
3 changed files with 9 additions and 0 deletions

View File

@@ -60,6 +60,9 @@ enum Currencies {
CURRENCY_IRR, ///< Iranian Rial
CURRENCY_RUB, ///< New Russian Ruble
CURRENCY_MXN, ///< Mexican Peso
CURRENCY_NTD, ///< New Taiwan Dollar
CURRENCY_CNY, ///< Chinese Renminbi
CURRENCY_HKD, ///< Hong Kong Dollar
CURRENCY_END, ///< always the last item
};