src/animated_tile_func.h
author frosch
Sat, 28 Jun 2008 15:44:24 +0000
changeset 9607 5a5728fb702a
parent 9111 48ce04029fe4
permissions -rw-r--r--
(svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' into their own parameter.
/* $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 */