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.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 */