From e656a91736a02badd26b6674081c0adac64dd83c Mon Sep 17 00:00:00 2001 From: darkvater Date: Sun, 14 Nov 2004 16:42:08 +0000 Subject: (svn r602) -newgrf: Move DrawTileSeqStruct & co and struct SpriteGroup to sprite.h (pasky) --- rail_cmd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rail_cmd.c') 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); -- cgit v1.2.3-54-g00ecf