settings_gui.c
changeset 2291 2b064aa97f91
parent 2231 a301cef3707d
child 2293 a71c210076be
--- a/settings_gui.c	Sat Aug 06 14:58:06 2005 +0000
+++ b/settings_gui.c	Sat Aug 06 14:59:54 2005 +0000
@@ -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_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,