summaryrefslogtreecommitdiff
path: root/currency.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2006-09-20 00:34:06 +0000
committerbelugas <belugas@openttd.org>2006-09-20 00:34:06 +0000
commitaeb7c0916c442cdb493bd905abf098956c936885 (patch)
tree1e18ce466f13c77758a0b7649707f86edc02fb32 /currency.h
parentb24857baba390252a765f3614dc2e8e566515d7f (diff)
downloadopenttd-aeb7c0916c442cdb493bd905abf098956c936885.tar.xz
(svn r6485) -NewGRF Feature: Match the order of TTDPatch's currencies with those used in OTTD.
This will not reorder OTTD's currencies, but will make it so that currencies affected by a grf will be those aimed by the writer.
Diffstat (limited to 'currency.h')
-rw-r--r--currency.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/currency.h b/currency.h
index 9a76b1495..46445590f 100644
--- a/currency.h
+++ b/currency.h
@@ -40,5 +40,6 @@ uint GetMaskOfAllowedCurrencies(void);
void CheckSwitchToEuro(void);
void ResetCurrencies(void);
StringID* BuildCurrencyDropdown(void);
+byte GetNewgrfCurrencyIdConverted(byte grfcurr_id);
#endif /* CURRENCY_H */