summaryrefslogtreecommitdiff
path: root/rail_cmd.c
diff options
context:
space:
mode:
authorludde <ludde@openttd.org>2005-07-29 22:13:04 +0000
committerludde <ludde@openttd.org>2005-07-29 22:13:04 +0000
commitb8c9194b7c65495765f94ae7643c4592f5652427 (patch)
tree2e7ed92288591fd60a06902fb726c3b3a12409ee /rail_cmd.c
parent228d439c5c13cbb63ce083962d7631e6b6e701e9 (diff)
downloadopenttd-b8c9194b7c65495765f94ae7643c4592f5652427.tar.xz
(svn r2756) Renamed railtypes into _railtypes
Renamed railtypes.c into railtypes.h, all other tables are in .h files. (It should be in the tables dir but I couldn't figure out how to get it there without deleting it first). Added const and extern.
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 ca854fa5e..05367a8b2 100644
--- a/rail_cmd.c
+++ b/rail_cmd.c
@@ -22,6 +22,7 @@
#include "waypoint.h"
#include "npf.h"
#include "rail.h"
+#include "railtypes.h" // include table for railtypes
extern uint16 _custom_sprites_base;