(svn r602) -newgrf: Move DrawTileSeqStruct & co and struct SpriteGroup to sprite.h (pasky)

This commit is contained in:
darkvater
2004-11-14 16:42:08 +00:00
parent a415b8ecce
commit e656a91736
9 changed files with 58 additions and 36 deletions

View File

@@ -7,6 +7,7 @@
#include "town.h"
#include "sound.h"
#include "station.h"
#include "sprite.h"
void ShowTrainDepotWindow(uint tile);