Mercurial > hg > openttd
diff src/currency.h @ 6247:57363e064324 draft
(svn r9050) -Codechange: Foo(void) -> Foo()
author | rubidium <rubidium@openttd.org> |
---|---|
date | Wed, 07 Mar 2007 11:47:46 +0000 |
parents | 595dc16a6fd8 |
children | 0789677a15a0 |
line wrap: on
line diff
--- a/src/currency.h +++ b/src/currency.h @@ -38,10 +38,10 @@ #define _custom_currency (_currency_specs[CUSTOM_CURRENCY_ID]) #define _currency ((const CurrencySpec*)&_currency_specs[_opt_ptr->currency]) -uint GetMaskOfAllowedCurrencies(void); -void CheckSwitchToEuro(void); -void ResetCurrencies(void); -StringID* BuildCurrencyDropdown(void); +uint GetMaskOfAllowedCurrencies(); +void CheckSwitchToEuro(); +void ResetCurrencies(); +StringID* BuildCurrencyDropdown(); byte GetNewgrfCurrencyIdConverted(byte grfcurr_id); #endif /* CURRENCY_H */