From 8427b8bad22d295f546b1857fb375063b6388a40 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 21 Dec 2007 19:49:27 +0000 Subject: (svn r11675) -Codechange: split the string types from the string functions. --- src/town_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/town_gui.cpp') diff --git a/src/town_gui.cpp b/src/town_gui.cpp index 9ec3d07ab..21123f24c 100644 --- a/src/town_gui.cpp +++ b/src/town_gui.cpp @@ -6,7 +6,6 @@ #include "openttd.h" #include "debug.h" #include "functions.h" -#include "strings.h" #include "table/sprites.h" #include "table/strings.h" #include "town.h" @@ -20,6 +19,7 @@ #include "network/network.h" #include "variables.h" #include "helpers.hpp" +#include "strings_func.h" enum TownAuthorityWidget { TWA_CLOSEBOX = 0, -- cgit v1.2.3-54-g00ecf