From 766551b0bcef873cf1c27e502506f4eef735e9e9 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 21 Dec 2007 21:50:46 +0000 Subject: (svn r11677) -Codechange: move price and command related types/functions to their respective places. --- src/rail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rail.h') diff --git a/src/rail.h b/src/rail.h index 8cf2fdeec..3d8be6a25 100644 --- a/src/rail.h +++ b/src/rail.h @@ -10,6 +10,7 @@ #include "track_type.h" #include "core/bitmath_func.hpp" #include "variables.h" +#include "economy_func.h" /** This struct contains all the info that is needed to draw and construct tracks. */ -- cgit v1.2.3-54-g00ecf