summaryrefslogtreecommitdiff
path: root/rail_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 /rail_cmd.c
parenta415b8ecced3e8939d858d5b49acf337b26ef17e (diff)
downloadopenttd-e656a91736a02badd26b6674081c0adac64dd83c.tar.xz
(svn r602) -newgrf: Move DrawTileSeqStruct & co and struct SpriteGroup to sprite.h (pasky)
Diffstat (limited to 'rail_cmd.c')
-rw-r--r--rail_cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rail_cmd.c b/rail_cmd.c
index 87f6aead2..2406c800c 100644
--- a/rail_cmd.c
+++ b/rail_cmd.c
@@ -7,6 +7,7 @@
#include "town.h"
#include "sound.h"
#include "station.h"
+#include "sprite.h"
void ShowTrainDepotWindow(uint tile);