From 5885b31bb41066c2c5b01162570e3aab91ed9f23 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 29 Jan 2005 12:19:05 +0000 Subject: (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 --- disaster_cmd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'disaster_cmd.c') diff --git a/disaster_cmd.c b/disaster_cmd.c index 528019f63..e7d5f2393 100644 --- a/disaster_cmd.c +++ b/disaster_cmd.c @@ -2,6 +2,7 @@ #include "ttd.h" #include "table/strings.h" #include "map.h" +#include "tile.h" #include "vehicle.h" #include "command.h" #include "news.h" -- cgit v1.2.3-54-g00ecf