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/tunnelbridge_cmd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tunnelbridge_cmd.cpp') diff --git a/src/tunnelbridge_cmd.cpp b/src/tunnelbridge_cmd.cpp index e6499e9bc..a95c3bfbc 100644 --- a/src/tunnelbridge_cmd.cpp +++ b/src/tunnelbridge_cmd.cpp @@ -39,6 +39,7 @@ #include "economy_func.h" #include "rail.h" #include "cheat_func.h" +#include "landscape_type.h" #include "table/sprites.h" #include "table/strings.h" -- cgit v1.2.3-54-g00ecf