src/animated_tile_func.h
author peter1138
Thu, 07 Aug 2008 18:26:13 +0000
changeset 9869 548d99e11ad7
parent 9111 48ce04029fe4
permissions -rw-r--r--
(svn r14015) -Codechange: Add facility for a drop down list to always close (if requested) when the mouse button is released.
/* $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 */