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) --- misc_gui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'misc_gui.c') diff --git a/misc_gui.c b/misc_gui.c index 6dcb30c65..882e21d5c 100644 --- a/misc_gui.c +++ b/misc_gui.c @@ -1,6 +1,7 @@ #include "stdafx.h" #include "ttd.h" #include "debug.h" +#include "strings.h" #include "table/strings.h" #include "map.h" #include "window.h" -- cgit v1.2.3-54-g00ecf