src/animated_tile_func.h
author frosch
Sat, 13 Dec 2008 18:25:42 +0000
changeset 10419 d9a1fa739477
parent 9111 48ce04029fe4
permissions -rw-r--r--
(svn r14672) -Fix [FS#2444]: Property 7 and callback 12 were broken for aircraft.
Now callback 12 is properly called also for 'mail'.
If the callback is not used, 'mail' uses 1/4 of property 7 (rounded up).
/* $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 */