From a773d45885eac803e794c622a4dfae3f03cc5cb1 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 23 Dec 2007 10:56:02 +0000 Subject: (svn r11684) -Codechange: split gfx.h in a type and functional header. --- src/functions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/functions.h') diff --git a/src/functions.h b/src/functions.h index c4b42dc45..a1e136de9 100644 --- a/src/functions.h +++ b/src/functions.h @@ -8,6 +8,7 @@ #include "core/random_func.hpp" #include "command_type.h" #include "window_type.h" +#include "openttd.h" void UpdateTownMaxPass(Town *t); -- cgit v1.2.3-54-g00ecf