From 0381073e56049b39df7fa28cc082a41829951724 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 6 Feb 2005 08:18:00 +0000 Subject: (svn r1813) Declare functions implemented in strings.c in their own shiny new header (though i think some of these function don't belong into strings.c) --- settings_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings_gui.c') diff --git a/settings_gui.c b/settings_gui.c index af394b3ae..e1e0512a6 100644 --- a/settings_gui.c +++ b/settings_gui.c @@ -1,5 +1,6 @@ #include "stdafx.h" #include "ttd.h" +#include "strings.h" // XXX GetCurrentCurrencyRate() #include "table/strings.h" #include "window.h" #include "gui.h" @@ -726,7 +727,6 @@ static const PatchPage _patches_page[] = { {_patches_ai, lengthof(_patches_ai) }, }; -extern uint GetCurrentCurrencyRate(void); static int32 ReadPE(const PatchEntry*pe) { -- cgit v1.2.3-54-g00ecf