(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

This commit is contained in:
tron
2005-01-29 12:19:05 +00:00
parent 3b6901f7fd
commit 5885b31bb4
32 changed files with 73 additions and 38 deletions

1
ai.c
View File

@@ -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"