summaryrefslogtreecommitdiff
path: root/vehicle.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-29 12:19:05 +0000
committertron <tron@openttd.org>2005-01-29 12:19:05 +0000
commit5885b31bb41066c2c5b01162570e3aab91ed9f23 (patch)
tree5a259a26ab08aa8888231856fb02ed934a69fb6f /vehicle.c
parent3b6901f7fdba7b9a7ee516e2e8d4ab9ec66cf654 (diff)
downloadopenttd-5885b31bb41066c2c5b01162570e3aab91ed9f23.tar.xz
(svn r1713) Split off several functions which query/set information about a single tile from map.h and put them into a seperate file tile.h
Diffstat (limited to 'vehicle.c')
-rw-r--r--vehicle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vehicle.c b/vehicle.c
index 915da38da..eb048a840 100644
--- a/vehicle.c
+++ b/vehicle.c
@@ -2,6 +2,7 @@
#include "ttd.h"
#include "table/strings.h"
#include "map.h"
+#include "tile.h"
#include "vehicle.h"
#include "gfx.h"
#include "viewport.h"