From 507463e420317193b499c895496807f6e5b5da8f Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 23 Dec 2007 10:56:02 +0000 Subject: (svn r11684) -Codechange: split gfx.h in a type and functional header. --- src/rail.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/rail.h') diff --git a/src/rail.h b/src/rail.h index bffda08e7..9975507fc 100644 --- a/src/rail.h +++ b/src/rail.h @@ -8,9 +8,10 @@ #include "rail_type.h" #include "track_type.h" #include "vehicle_type.h" +#include "gfx_type.h" #include "core/bitmath_func.hpp" -#include "variables.h" #include "economy_func.h" +#include "variables.h" /** This struct contains all the info that is needed to draw and construct tracks. */ -- cgit v1.2.3-54-g00ecf