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/road_cmd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/road_cmd.cpp') diff --git a/src/road_cmd.cpp b/src/road_cmd.cpp index f6a2a8694..26b016e7d 100644 --- a/src/road_cmd.cpp +++ b/src/road_cmd.cpp @@ -9,6 +9,7 @@ #include "cmd_helper.h" #include "rail_map.h" #include "road_map.h" +#include "road_internal.h" #include "sprite.h" #include "table/sprites.h" #include "table/strings.h" -- cgit v1.2.3-54-g00ecf