src/animated_tile_func.h
author frosch
Sat, 29 Nov 2008 21:27:15 +0000
changeset 10392 306d24c840f4
parent 9111 48ce04029fe4
permissions -rw-r--r--
(svn r14643) -Fix: Invalidate autoreplace window when toggling 'replace protection'.
/* $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 */