Add: Malaysia Ringgit as Currency

Cause why not

*Update the formating
This commit is contained in:
Limyx826
2021-03-01 19:51:21 +08:00
committed by Charles Pigott
parent 64686b53ff
commit 47e899cf75
3 changed files with 3 additions and 0 deletions

View File

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