summaryrefslogtreecommitdiff
path: root/tile.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2005-01-29 14:56:25 +0000
committerdarkvater <darkvater@openttd.org>2005-01-29 14:56:25 +0000
commit797355cb7ea1e4e33b20a64bdb3de6b1a492eeab (patch)
treed239fa9d9fd48e9b41d16d284875215088ada1a4 /tile.c
parentf2af1ed332f88f871d5e49d5e4732ad6ddfdf3ef (diff)
downloadopenttd-797355cb7ea1e4e33b20a64bdb3de6b1a492eeab.tar.xz
(svn r1717) -Fix: some compilation problems for braindead VS6 and added missing files to project (thx bociusz)
Diffstat (limited to 'tile.c')
-rw-r--r--tile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tile.c b/tile.c
index f8641ca98..d52cf460d 100644
--- a/tile.c
+++ b/tile.c
@@ -1,3 +1,4 @@
+#include "stdafx.h"
#include "tile.h"
void SetMapExtraBits(TileIndex tile, byte bits)