summaryrefslogtreecommitdiff
path: root/src/animated_tile_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animated_tile_func.h')
-rw-r--r--src/animated_tile_func.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/animated_tile_func.h b/src/animated_tile_func.h
new file mode 100644
index 000000000..1128101d0
--- /dev/null
+++ b/src/animated_tile_func.h
@@ -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 */