summaryrefslogtreecommitdiff
path: root/src/bridge_map.h
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/bridge_map.h
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/bridge_map.h')
-rw-r--r--src/bridge_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bridge_map.h b/src/bridge_map.h
index a4f4f1e4d..fd82fbdab 100644
--- a/src/bridge_map.h
+++ b/src/bridge_map.h
@@ -7,10 +7,10 @@
#include "direction_func.h"
#include "rail_type.h"
+#include "transport_type.h"
#include "road_map.h"
#include "bridge.h"
-
/**
* Checks if this is a bridge, instead of a tunnel
* @param t The tile to analyze