summaryrefslogtreecommitdiff
path: root/unmovable_cmd.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 /unmovable_cmd.c
parenta415b8ecced3e8939d858d5b49acf337b26ef17e (diff)
downloadopenttd-e656a91736a02badd26b6674081c0adac64dd83c.tar.xz
(svn r602) -newgrf: Move DrawTileSeqStruct & co and struct SpriteGroup to sprite.h (pasky)
Diffstat (limited to 'unmovable_cmd.c')
-rw-r--r--unmovable_cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/unmovable_cmd.c b/unmovable_cmd.c
index ec40f2663..f346f51df 100644
--- a/unmovable_cmd.c
+++ b/unmovable_cmd.c
@@ -7,6 +7,7 @@
#include "station.h"
#include "economy.h"
#include "town.h"
+#include "sprite.h"
typedef struct DrawTileUnmovableStruct {
uint16 image;