From e0e1bf76a23eca1ac622f5915a8461b8a77f6779 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/industry.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/industry.h') diff --git a/src/industry.h b/src/industry.h index 142f164fe..246c87c7c 100644 --- a/src/industry.h +++ b/src/industry.h @@ -15,6 +15,7 @@ #include "date_type.h" #include "town_type.h" #include "industry_type.h" +#include "landscape_type.h" enum { INVALID_INDUSTRY = 0xFFFF, -- cgit v1.2.3-54-g00ecf