(svn r2815) Store the currency information in one central place instead of scattering it in several unrelated files
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
#include "currency.h"
|
||||
#include "functions.h"
|
||||
#include "string.h"
|
||||
#include "strings.h" // XXX GetCurrentCurrencyRate()
|
||||
@@ -23,9 +24,6 @@ static uint32 _difficulty_click_a;
|
||||
static uint32 _difficulty_click_b;
|
||||
static byte _difficulty_timeout;
|
||||
|
||||
extern const StringID _currency_string_list[];
|
||||
extern uint GetMaskOfAllowedCurrencies(void);
|
||||
|
||||
static const StringID _distances_dropdown[] = {
|
||||
STR_0139_IMPERIAL_MILES,
|
||||
STR_013A_METRIC_KILOMETERS,
|
||||
|
Reference in New Issue
Block a user