src/animated_tile_func.h
author rubidium
Thu, 17 Jul 2008 12:02:09 +0000
changeset 11156 cf146f346724
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13714) -Fix: remove the unique_id from the message that a client has joined as it is only exposes the unique_id more than needed. Patch by dih.
/* $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 */