Mercurial > hg > openttd
view src/animated_tile_func.h @ 9476:bba7a506af6d draft
(svn r13411) -Codechange: remove the return value from the thread procs because it is never used.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sun, 08 Jun 2008 10:51:36 +0000 |
parents | d48433370037 |
children | bc7926153e19 |
line wrap: on
line source
/* $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 */