From d3f84347ac934fa3b86f55df4dee135f6e1259ee 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) --- main_gui.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main_gui.c') diff --git a/main_gui.c b/main_gui.c index 3a754e69b..680e04f41 100644 --- a/main_gui.c +++ b/main_gui.c @@ -1,5 +1,6 @@ #include "stdafx.h" #include "ttd.h" +#include "strings.h" #include "table/strings.h" #include "map.h" #include "tile.h" @@ -45,8 +46,6 @@ extern void GenerateWorld(int mode, uint log_x, uint log_y); extern void GenerateIndustries(void); extern void GenerateTowns(void); -extern uint GetCurrentCurrencyRate(void); - extern void CcTerraform(bool success, uint tile, uint32 p1, uint32 p2); void HandleOnEditTextCancel(void) -- cgit v1.2.3-54-g00ecf