summaryrefslogtreecommitdiff
path: root/settings_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-06 08:18:00 +0000
committertron <tron@openttd.org>2005-02-06 08:18:00 +0000
commit0381073e56049b39df7fa28cc082a41829951724 (patch)
treee7f49d247bb563381139e0a730ab1ece0b430e89 /settings_gui.c
parent0b8876e946b3a9b38b57d9688512cb7a54148720 (diff)
downloadopenttd-0381073e56049b39df7fa28cc082a41829951724.tar.xz
(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)
Diffstat (limited to 'settings_gui.c')
-rw-r--r--settings_gui.c2
1 files changed, 1 insertions, 1 deletions
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)
{