summaryrefslogtreecommitdiff
path: root/src/currency.h
diff options
context:
space:
mode:
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
};