src/animated_tile_func.h
author frosch
Sat, 14 Jun 2008 19:13:23 +0000
changeset 10964 7fb05c02258a
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13518) -Fix [FS#2083]: Properly count number of non-north housetiles.
/* $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 */