summaryrefslogtreecommitdiff
path: root/src/rail.h
diff options
context:
space:
mode:
authorKUDr <kudr@openttd.org>2007-01-13 14:43:46 +0000
committerKUDr <kudr@openttd.org>2007-01-13 14:43:46 +0000
commit0edc029f9f37077143adf9b0a619d27b19eb1b11 (patch)
treee3d52067937be20667c58358b00642dad348d0d2 /src/rail.h
parent57a366e6d843d00c660ba37197155d86c3f63b18 (diff)
downloadopenttd-0edc029f9f37077143adf9b0a619d27b19eb1b11.tar.xz
(svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h to gfx.h
Diffstat (limited to 'src/rail.h')
-rw-r--r--src/rail.h1
1 files changed, 1 insertions, 0 deletions
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"