src/animated_tile_func.h
author rubidium
Fri, 25 Apr 2008 06:15:58 +0000
changeset 9053 dbda5b38bcac
parent 9005 d6b0e0a54ef2
child 9111 48ce04029fe4
permissions -rw-r--r--
(svn r12892) -Fix: too many items in the vehicle toolbars were greyed out.
/* $Id$ */

/** @file animated_tile.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 */