summaryrefslogtreecommitdiff
path: root/src/functions.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-20 08:22:59 +0000
committerrubidium <rubidium@openttd.org>2008-04-20 08:22:59 +0000
commitba0532b595fed9f5c9eef3f4c6d5e7b917331570 (patch)
treee8e54949e38c71199b798cb8389049ee295fa027 /src/functions.h
parent61ba65846adaa913ce57f16604fb95f539c1a42f (diff)
downloadopenttd-ba0532b595fed9f5c9eef3f4c6d5e7b917331570.tar.xz
(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.
Diffstat (limited to 'src/functions.h')
-rw-r--r--src/functions.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/functions.h b/src/functions.h
index 6ef25ed48..bdbdc072d 100644
--- a/src/functions.h
+++ b/src/functions.h
@@ -22,12 +22,6 @@ void SubtractMoneyFromPlayerFract(PlayerID player, CommandCost cost);
bool CheckOwnership(Owner owner);
bool CheckTileOwnership(TileIndex tile);
-/* texteff.cpp */
-void AddAnimatedTile(TileIndex tile);
-void DeleteAnimatedTile(TileIndex tile);
-void AnimateAnimatedTiles();
-void InitializeAnimatedTiles();
-
/* misc_cmd.cpp */
void PlaceTreesRandomly();