From e4ef359f47469b426b8e4a06fe0da867f03e82f3 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 18 Dec 2007 20:38:16 +0000 Subject: (svn r11663) -Codechange: moving of the road related types and functions. --- src/tunnel_map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tunnel_map.h') diff --git a/src/tunnel_map.h b/src/tunnel_map.h index 5226c1f90..b14d8f0f8 100644 --- a/src/tunnel_map.h +++ b/src/tunnel_map.h @@ -8,8 +8,8 @@ #include "direction_func.h" #include "macros.h" #include "map.h" -#include "rail.h" -#include "road.h" +#include "rail_type.h" +#include "road_type.h" /** -- cgit v1.2.3-54-g00ecf