summaryrefslogtreecommitdiff
path: root/rail_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-14 19:41:24 +0000
committertron <tron@openttd.org>2005-01-14 19:41:24 +0000
commit589215c822b849fcf77bb438762708f6c2717f9c (patch)
treefe3cba09d040c9758bc87544422fdeda37fc6bdc /rail_cmd.c
parentb7e1286480abe4a6d941623195e2b734b7fb5af8 (diff)
downloadopenttd-589215c822b849fcf77bb438762708f6c2717f9c.tar.xz
(svn r1508) Remove duplicate declarations and include proper headers where necessary
Diffstat (limited to 'rail_cmd.c')
-rw-r--r--rail_cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rail_cmd.c b/rail_cmd.c
index cab96d87e..d75404e69 100644
--- a/rail_cmd.c
+++ b/rail_cmd.c
@@ -1,6 +1,7 @@
#include "stdafx.h"
#include "ttd.h"
#include "table/strings.h"
+#include "gfx.h"
#include "map.h"
#include "vehicle.h"
#include "viewport.h"