src/animated_tile_func.h
author skidd13
Sun, 15 Jun 2008 16:40:41 +0000
changeset 10969 e5fd50b81dc7
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13523) -Codechange: replace qsort by the internal typesafe QSortT for resolution sorting
/* $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 */