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 --- ai.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ai.c') diff --git a/ai.c b/ai.c index 8abe5f655..598ab4d4a 100644 --- a/ai.c +++ b/ai.c @@ -1,6 +1,7 @@ #include "stdafx.h" #include "ttd.h" #include "map.h" +#include "tile.h" #include "player.h" #include "vehicle.h" #include "engine.h" -- cgit v1.2.3-54-g00ecf