(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 "window.h"
#include "gui.h"
#include "viewport.h"