(svn r12800) -Codechange: move the animated tile related functions out of texteff.cpp (it isn't a text effect after all). Also remove a few more functions from functions.
This commit is contained in:
15
src/animated_tile_func.h
Normal file
15
src/animated_tile_func.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file animated_tile.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 */
|
Reference in New Issue
Block a user