From 559babcdc96d5e2de5e964c9d9b6109e4cfbcffc Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 22 Jul 2005 07:02:20 +0000 Subject: (svn r2673) Include functions.h directly, not globally via openttd.h --- newgrf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'newgrf.c') diff --git a/newgrf.c b/newgrf.c index 66e15af15..ffd007506 100644 --- a/newgrf.c +++ b/newgrf.c @@ -6,6 +6,7 @@ #include "debug.h" #include "gfx.h" #include "fileio.h" +#include "functions.h" #include "engine.h" #include "station.h" #include "sprite.h" -- cgit v1.2.3-54-g00ecf