1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-12 09:09:09 +00:00

(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

View File

@@ -2,6 +2,7 @@
#include "ttd.h"
#include "table/strings.h"
#include "map.h"
#include "tile.h"
#include "viewport.h"
#include "command.h"
#include "town.h"