diff options
Diffstat (limited to 'currency.h')
-rw-r--r-- | currency.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/currency.h b/currency.h index 7c368267d..5b3300773 100644 --- a/currency.h +++ b/currency.h @@ -19,7 +19,11 @@ typedef struct { extern CurrencySpec _currency_specs[]; extern const StringID _currency_string_list[]; +// XXX small hack, but makes the rest of the code a bit nicer to read +#define _custom_currency (_currency_specs[23]) + uint GetMaskOfAllowedCurrencies(void); uint GetCurrentCurrencyRate(void); +void CheckSwitchToEuro(void); #endif |