From 0edc029f9f37077143adf9b0a619d27b19eb1b11 Mon Sep 17 00:00:00 2001 From: KUDr Date: Sat, 13 Jan 2007 14:43:46 +0000 Subject: (svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h to gfx.h --- 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 0d2d850a1..be895a0f9 100644 --- a/src/rail.h +++ b/src/rail.h @@ -5,6 +5,7 @@ #ifndef RAIL_H #define RAIL_H +#include "gfx.h" #include "direction.h" #include "tile.h" -- cgit v1.2.3-54-g00ecf