src/animated_tile_func.h
branchNewGRF_ports
changeset 10275 5e46b660ca6c
child 10724 68a692eacf22
equal deleted inserted replaced
10274:b3c58f3df92b 10275:5e46b660ca6c
       
     1 /* $Id: animated_tile_func.h 12800 2008-04-20 08:22:59Z rubidium $ */
       
     2 
       
     3 /** @file animated_tile.h Tile animation! */
       
     4 
       
     5 #ifndef ANIMATED_TILE_H
       
     6 #define ANIMATED_TILE_H
       
     7 
       
     8 #include "tile_type.h"
       
     9 
       
    10 void AddAnimatedTile(TileIndex tile);
       
    11 void DeleteAnimatedTile(TileIndex tile);
       
    12 void AnimateAnimatedTiles();
       
    13 void InitializeAnimatedTiles();
       
    14 
       
    15 #endif /* ANIMATED_TILE_H */