Skip to content

Commit

Permalink
fixup include guards
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Nov 11, 2014
1 parent 19caaa6 commit eac22ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/generators/lua_map_generator.hpp
Expand Up @@ -12,8 +12,8 @@
See the COPYING file for more details.
*/

#ifndef LUA_MAP_GENERATOR_DEFINED
#define LUA_MAP_GENERATOR_DEFINED
#ifndef LUA_MAP_GENERATOR_HPP_INCLUDED
#define LUA_MAP_GENERATOR_HPP_INCLUDED

#include "config.hpp"
#include "map_generator.hpp"
Expand Down
4 changes: 2 additions & 2 deletions src/terrain_type_data.hpp
Expand Up @@ -12,8 +12,8 @@
See the COPYING file for more details.
*/

#ifndef DEFINED_TERRAIN_TYPE_DATA
#define DEFINED_TERRAIN_TYPE_DATA
#ifndef TERRAIN_TYPE_DATA_HPP_INCLUDED
#define TERRAIN_TYPE_DATA_HPP_INCLUDED

#include "terrain.hpp"

Expand Down

0 comments on commit eac22ac

Please sign in to comment.