summaryrefslogtreecommitdiff
path: root/grfspecial.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-11-14 16:42:08 +0000
committerdarkvater <darkvater@openttd.org>2004-11-14 16:42:08 +0000
commite656a91736a02badd26b6674081c0adac64dd83c (patch)
treee6059ce764e14f6e5dc3014688a574c4f499e9d4 /grfspecial.c
parenta415b8ecced3e8939d858d5b49acf337b26ef17e (diff)
downloadopenttd-e656a91736a02badd26b6674081c0adac64dd83c.tar.xz
(svn r602) -newgrf: Move DrawTileSeqStruct & co and struct SpriteGroup to sprite.h (pasky)
Diffstat (limited to 'grfspecial.c')
-rw-r--r--grfspecial.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/grfspecial.c b/grfspecial.c
index 0106f44b2..dcf55a53e 100644
--- a/grfspecial.c
+++ b/grfspecial.c
@@ -7,6 +7,7 @@
#include "fileio.h"
#include "engine.h"
#include "station.h"
+#include "sprite.h"
/* TTDPatch extended GRF format codec
* (c) Petr Baudis 2004 (GPL'd)