1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/* $Id$ */ /** @file animated_tile_func.h Tile animation! */ #ifndef ANIMATED_TILE_H #define ANIMATED_TILE_H #include "tile_type.h" void AddAnimatedTile(TileIndex tile); void DeleteAnimatedTile(TileIndex tile); void AnimateAnimatedTiles(); void InitializeAnimatedTiles(); #endif /* ANIMATED_TILE_H */