(svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines.

This commit is contained in:
alberth
2010-12-22 11:46:41 +00:00
parent 84c9201e0c
commit 69762b70b2
8 changed files with 24 additions and 24 deletions

View File

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