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