view src/animated_tile_func.h @ 9038:6e86ab2cba9f draft

(svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station code.
author rubidium <rubidium@openttd.org>
date Wed, 23 Apr 2008 22:16:41 +0000
parents 5bb8efb6051a
children d48433370037
line wrap: on
line source

/* $Id$ */

/** @file animated_tile.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 */