Files @ r12661:2deac14d6a7d
Branch filter:

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

alberth
(svn r17126) -Fix [FS#3096]: Initialize graph data from the constructor of the derived class.
/* $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 */