summaryrefslogtreecommitdiff
path: root/landscape.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 /landscape.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 'landscape.c')
-rw-r--r--landscape.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/landscape.c b/landscape.c
index ef9984692..4e14682fd 100644
--- a/landscape.c
+++ b/landscape.c
@@ -1,6 +1,7 @@
#include "stdafx.h"
#include "ttd.h"
#include "map.h"
+#include "tile.h"
#include <stdarg.h>
#include "gfx.h"
#include "viewport.h"