From 7ccda80b0bae730f17d6863df84e78ea455ff1db Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 7 May 2008 09:07:19 +0000 Subject: (svn r12986) -Codechange: move the landscape and transport related types from openttd.h to their own headers. --- src/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index fcaad3d3c..9e1bddf76 100644 --- a/src/gui.h +++ b/src/gui.h @@ -11,6 +11,7 @@ #include "economy_type.h" #include "tile_type.h" #include "strings_type.h" +#include "transport_type.h" /* main_gui.cpp */ void CcPlaySound10(bool success, TileIndex tile, uint32 p1, uint32 p2); -- cgit v1.2.3-54-g00ecf