Files @ r9951:8026cba2423a
Branch filter:

Location: cpp/openttd-patchpack/source/src/animated_tile_func.h

belugas
(svn r14106) -Fix(r14104): A string too much been commited
/* $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 */