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