summaryrefslogtreecommitdiff
path: root/src/animated_tile_func.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-12-22 11:46:41 +0000
committeralberth <alberth@openttd.org>2010-12-22 11:46:41 +0000
commit7303f7d1990cff2ec9e99917ec021a9d977424df (patch)
tree580e5468eabf9c8af8a56aa1597c87bcae88e02a /src/animated_tile_func.h
parent67cd2cd6becf9aa5c38235b20ebd212d37cc3dfb (diff)
downloadopenttd-7303f7d1990cff2ec9e99917ec021a9d977424df.tar.xz
(svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines.
Diffstat (limited to 'src/animated_tile_func.h')
-rw-r--r--src/animated_tile_func.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/animated_tile_func.h b/src/animated_tile_func.h
index 1b400a81d..2e7c0fb69 100644
--- a/src/animated_tile_func.h
+++ b/src/animated_tile_func.h
@@ -9,8 +9,8 @@
/** @file animated_tile_func.h Tile animation! */
-#ifndef ANIMATED_TILE_H
-#define ANIMATED_TILE_H
+#ifndef ANIMATED_TILE_FUNC_H
+#define ANIMATED_TILE_FUNC_H
#include "tile_type.h"
@@ -19,4 +19,4 @@ void DeleteAnimatedTile(TileIndex tile);
void AnimateAnimatedTiles();
void InitializeAnimatedTiles();
-#endif /* ANIMATED_TILE_H */
+#endif /* ANIMATED_TILE_FUNC_H */