summaryrefslogtreecommitdiff
path: root/src/tgp.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-07 09:07:19 +0000
committerrubidium <rubidium@openttd.org>2008-05-07 09:07:19 +0000
commite0e1bf76a23eca1ac622f5915a8461b8a77f6779 (patch)
tree4c92772a01d16e252b764639246b6727529d3b0f /src/tgp.cpp
parent3c82dd655064021054b0e709288f264e7e4f49a3 (diff)
downloadopenttd-e0e1bf76a23eca1ac622f5915a8461b8a77f6779.tar.xz
(svn r12986) -Codechange: move the landscape and transport related types from openttd.h to their own headers.
Diffstat (limited to 'src/tgp.cpp')
-rw-r--r--src/tgp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tgp.cpp b/src/tgp.cpp
index c5d4f4101..28169b455 100644
--- a/src/tgp.cpp
+++ b/src/tgp.cpp
@@ -15,6 +15,7 @@
#include "core/alloc_func.hpp"
#include "core/random_func.hpp"
#include "settings_type.h"
+#include "landscape_type.h"
#include "table/strings.h"