currency.h
changeset 2306 3d4efe849dd9
parent 2292 c5a944e9bcae
child 2436 177cb6a8339f
--- a/currency.h	Sun Aug 07 11:01:31 2005 +0000
+++ b/currency.h	Sun Aug 07 12:41:57 2005 +0000
@@ -19,7 +19,11 @@
 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